- In
./src/env.h
change the following flags toDEBUGGING 0
TESTING 1
PRODUCTION 0
- Change
THRESHOLDING_METHOD
to the algorithm (BINARY_THRESHOLD
orOTSU
) you want to test - Run
make
- Run the test
python3 test_runner.py
- switch to the branch named
v1
and read the README