This repo contains the code involved in the ComparerPlayground: a demo about OpenCV's capabilities and the techniques useful in image comparison.
- Clone the repo
git clone https://github.com/Navionics/TileImageComparer
- Run the build script
cd TileImageComparer
./build.sh
- Run the compiled binary
./ComparerPlayground -f1 dataset/7/1.png -f2 dataset/7/1_w.png --algorithm mse
To run the benchmark, run the script called benchmark.sh
specifying the algorithm (e.g. ./benchmark.sh ssim
)