-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Add a toggleable window where the user can see what each step of image processing looks like so they can troubleshoot and optimize the program for their data.
A button on the "File" menu will open a new window with toggleable sections that will show that stage of image processing.
TODO: (for debug window)
[ ] make the mask autoupdate when new values are entered into the boxes
[ ] make the close button autosave the config
Those will make the mask view perform like the original idea of the debug window
TODO: (improve settings screen)
[ ] separate processing settings with their options (separate dataclasses?)
All options for otsu together, all options for adaptive together, etc...
[ ] Select process type with radio button (or dropdown like current thresholding selector)
[ ] show process settings depending on radio button selection
process settings are collected in frames and those frames are only shown when the respective radio button is selected