Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/plwai/spot-image-different
- Owner: plwai
- Created: 2019-05-09T13:49:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T16:52:44.000Z (about 5 years ago)
- Last Synced: 2024-10-29T08:42:41.681Z (3 months ago)
- Topics: dbscan, image-processing, ssim
- Language: Rust
- Homepage:
- Size: 507 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 rune.g.
cargo run ./input1.jpg ./input2.jpg ./output.jpg
```## Example
## Article
[The magic portal](https://medium.com/@pailee.wai/solving-spot-the-difference-puzzle-d26a884de12d)