- Calculate brightness difference of two images, which indicates if the image was taken in sunny day or cloudy day
- Count total no of tree and calculate the difference of tree of two images
- check visual similarity b/w two images
- TreeCount: Used different image processing steps to get contours and calculate no of contours using template matching
- VisualSimilarity: Used pre-trained model VGG16 and used the model upto flatten layer for the similarity calculation and here I used cosine similarity to calculate similarity b/w two input images
- use requirements.txt to install necessary modules
pip install -r requirements.txt
- Run the python file using
python ImageDifference.py