PyQt5_ImageViewer_opencv
PyQt5_ImageViewer_opencv copied to clipboard
Viewer written on PyQt5 for ultrasound image for testing different methods of image processing with opencv
PyQt5-ImageViewer-opencv
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:
