Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plwai/spot-image-different

Casual project that aims to play Spot the Difference puzzle game automatically
https://github.com/plwai/spot-image-different

dbscan image-processing ssim

Last synced: about 1 month ago
JSON representation

Casual project that aims to play Spot the Difference puzzle game automatically

Awesome Lists containing this project

README

        

# Spot Image Difference

`Spot Image Difference` is a casual project that aims to play [Spot the Difference](https://en.wikipedia.org/wiki/Spot_the_difference) puzzle game automatically.

## Run

```
cargo run

e.g.
cargo run ./input1.jpg ./input2.jpg ./output.jpg
```

## Example


example_1_answer


example_1_left
example_1_right

## Article

[The magic portal](https://medium.com/@pailee.wai/solving-spot-the-difference-puzzle-d26a884de12d)