You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/todo.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,4 +159,6 @@
159
159
160
160
- rename WavefrontParameterTable to WavefrontCoefficientTable
161
161
162
-
- in sync mode pixel value output should also be synced. this makes it easier to compare specific pixel values between input and output images
162
+
- in sync mode pixel value output should also be synced. this makes it easier to compare specific pixel values between input and output images
163
+
164
+
- move computeAvgXY() / computeAvgXZ() off the GUI thread into seperate worker thread and maybe use use qtimer to defer updates/to avoid to many updates in short period
0 commit comments