mmcwilliams 328d538824 | ||
---|---|---|
cpp | ||
py | ||
.gitignore | ||
README.md |
README.md
Marker Separation
Project for palletizing images based on a limited set of marker colors.
Includes Python application for prototyping and C++ application for building a self-contained binary.
python pallete.py ~/Desktop/Ohuhu_50_pallete_card_printed_scaled.png
python separator.py ~/Desktop/look.png 6 ./palletes/printed_pallete.json ./
TODO
- Fix (?) BGR and RGB closest color match
- Order colors before matching
- Match brightest color to white and skip
- Re-assemble image with patched colors
- Scripts for running
stipple_gen
on each layer