Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.12 KB

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: