Skip to content

ducanhvna/python-compare-two-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-compare-two-images

Python Compare Two Images

Installation

OpenCV and Python versions: This example will run on Python 2.7/Python 3.4+ and OpenCV 4.1.X/OpenCV 3.0+.

conda create -n env python=3.6
conda activate env

pip install opencv-python==4.1.0.25
pip install scikit-image
pip install matplotlib

Linux

python compare.py

MacOSX

pythonw compare.py

Result

 Result

Ref

https://www.pyimagesearch.com/2014/09/15/python-compare-two-images/

About

Python Compare Two Images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages