Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

garmin/TileImageComparer

Repository files navigation

ComparerPlayground

This repo contains the code involved in the ComparerPlayground: a demo about OpenCV's capabilities and the techniques useful in image comparison.

Build instructions

  1. Clone the repo
git clone https://github.com/Navionics/TileImageComparer
  1. Run the build script
cd TileImageComparer
./build.sh
  1. 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)

Example

result

About

Demo about image comparison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published