Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages