A small application to fetch an image mask based on a specified color range and generate a binary matrix corresponding to the mask.
If you are building for the first time, please run
conan profile detectandconan profile showto make sure that thecompiler.cppstdoption includes the17version of C++.
make build
OR
python ./scripts/build.py
OR
python3 ./scripts/build.py
P.S. The initial build may take a considerable amount of time.
make run
OR
python ./scripts/run.py
OR
python3 ./scripts/run.py
P.S. Tested on MacOS 14, Windows 11 and Ubuntu 22.

