Skip to content

alisonamerico/image-difference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-difference

Image difference with OpenCV and Python

How to install locally (assuming you have git and python> = 3.7 installed):

git clone https://github.com/alisonamerico/image-difference
cd image-difference
pipenv install
pipenv shell

To run:

python image_diff.py --first images/original_01.png --second images/modified_01.png

image_difference_output_01

python image_diff.py --first images/original_02.png --second images/modified_02.png

image_difference_output_02

python image_diff.py --first images/original_03.png --second images/modified_03.png

image_difference_output_03

About

Image difference with OpenCV and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages