snacksbro / distributed-labeling

Repository for Image Processing project
GNU General Public License v3.0
0 stars 0 forks source link

Image Thresholding #20

Open snacksbro opened 7 months ago

snacksbro commented 7 months ago

This one may be more complicated than brightness/contrast. The reason being that those can be reversed easily, but thresholding is a "lossy" function. So if the user wants to "undo" their threshold or "go back", a copy of the original image will have to be stored in the Image module. This will likely be a class variable created on init that the threshold function references

snacksbro commented 7 months ago

Initially this will be a per-image basis, but I'm sure the user would appreciate it to "carry over" to the next slice as well