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
This application can help testing different image processing algorithms
Navigation:
1) Open the image
File -> Open
2) Apply image processing algorithm
Image -> Example image processing
3) Save the image
File -> Save
4) Select rectangle area
just select using a mouse
5) You can apply processing for the selected area:
You can apply few different methods in a row:
Selected Image -> Raise contrast
Selected Image -> Colorize
To see the result:
Selected Image -> Show
Save selected(processed or not) image:
Selected Image -> SaveSelected
6) Easily apply your own image processing algorithm
Also, you can add other methods of image processing, and create additional buttons for menu, or just replace method for existing button, for example ou can do any manipulations with self.cv2Image to apply your own image processing algorithm: