This increases the number of adaptive thresholding steps which are performed when detecting marker contours. This will help improve marker detection in more difficult lighting conditions.
53 results in twice the number of steps being performed (23 being the default max value, with the window starting at 3 and increasing by 10 each time).
This patch has been tested in similar ways to #74. It's worth noting that whilst these thesholds are performed in parallel, this patch will slow down marker detection. By exactly how much isn't clear, but locally it was around 20%.
Built on #74
This increases the number of adaptive thresholding steps which are performed when detecting marker contours. This will help improve marker detection in more difficult lighting conditions.
53
results in twice the number of steps being performed (23 being the default max value, with the window starting at 3 and increasing by 10 each time).This patch has been tested in similar ways to #74. It's worth noting that whilst these thesholds are performed in parallel, this patch will slow down marker detection. By exactly how much isn't clear, but locally it was around 20%.