An experimental web-app to tell you if you're missing some puzzle pieces
- JavaScript 41.5%
- Rust 33.8%
- Jinja 20.8%
- Python 2.3%
- HTML 1.6%
| debug | ||
| images | ||
| labelling | ||
| model-training | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| web_app.js | ||
Tout est bien là ?
This repo is an experiment with checking if all puzzle pieces are present in a photo.
New name ideas:
- "toutes les pièces comptent"
OpenCV functions:
- cvtColor
- GaussianBlur
- Canny
- findContours
- arcLength
- approxPolyDP
- getPerspectiveTransform
- warpPerspective
- threshold
- contourArea
Dependencies
- OpenCV.js 5.0.0 is vendored. Docs: https://docs.opencv.org/5.0/