Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 659 Bytes

File metadata and controls

40 lines (35 loc) · 659 Bytes

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!