ImageComparator tool compares two images using the SSIM algorithm[1][2] and returns the score (between 0-1, 0 being an identical match). https://imageprocessorengine.azurewebsites.net/
Project is created with:
- .NetCore v2.1
- .NetFrameword v4.5
To run this project,
- Install Visual Studio 2019
- Azure Data Studio
- Azure Storage Explorer
[1] https://www.pyimagesearch.com/2014/09/15/python-compare-two-images/