Closed pierrot-lc closed 9 months ago
This PR adds a way to quickly see the effects of a specific canny thresholds.
Example use:
python3 canny_grid.py --image-dir PATH/TO/DIR --output-dir OUTPUT/DIR --threshold1 0 --threshold2 1000
This PR adds a way to quickly see the effects of a specific canny thresholds.
Example use: