Skip to content

Corner blob detection bug fix

Nick Cleintuar requested to merge corner-blob-detection-fix into no-latex

Fixes a bug @justin encountered today where text in boxes were creating false positives for corner marker detection.

This is fixed by doing a floodfill to 'ignore' the contents in boxes from the binary image.

Edited by Nick Cleintuar

Merge request reports