Skip to content

Bugfix artifacts being recognized as corners

Nick Cleintuar requested to merge blocksize-fix into no-latex

Fixes a bug where small artifacts in the PDF causes issues with detecting corners. This is due to the fact that the default matrix size is too small.

This is fixed by scaling the matrix/block size with the DPI of the image.

Merge request reports