Skip to content

Image difference using opencv library in python

Notifications You must be signed in to change notification settings

vchhajed/ImgDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgDiff

Image difference using opencv library in python

Did you see the difference in the images? If not let's checkout...

Steps to be followed

1] Clone the the repo.

git clone https://github.com/chhajedvaibhav/ImgDiff.git

2] Create the virtualenv.

Verify if Virtualenv is installed

virtualenv --version

Install Virtualenv

pip install virtualenv

Configure Virtualenv

virtualenv env-name

for windows

env-name\Scripts\activate

for ubuntu

env-name/bin/activate

3] Install dependencies.

pip install -r requirements.txt

4] Run the img_compare.py file.

5] See the results!

About

Image difference using opencv library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages