Skip to content

humam-hossain/project_opencv_color_comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Comparison with OpenCV in python

Getting started

$ python build.py
$ python main.py

Sample Output

Output Sample Output Sample Output Sample

Limitations

The two input images must have the same size/dimensions and also suffers from a few problems including scaling, translations, rotations, and distortions. For images that do not have the same dimensions, we must switch from identifying pixel-similarity to object-similarity using deep-learning feature models instead of comparing individual pixel values.

Noise

Noise exists in output

Output Noise

Complex sample

Doesn't work on complex samples

Output complex sample

About

Color Comparison with OpenCV in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages