Skip to content

Viewer written on PyQt5 for ultrasound image for testing different methods of image processing with opencv

Notifications You must be signed in to change notification settings

pavloshargan/PyQt5_ImageViewer_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Viewer written on PyQt5 for ultrasound image for testing different methods of image processing with opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages