You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have following image detected with ARUCO_4X4_1000 dictionary:
What surprised me was that detect() function returned 8 markers instead of 7. In debug I discovered that there are 2 overlapping markers (6 & 7 on screenshot below).
Is there any option to remove such overlaps in JS-ARUCO2 or shall I add protection code for such cases on my own?
The text was updated successfully, but these errors were encountered:
I have following image detected with ARUCO_4X4_1000 dictionary:
What surprised me was that detect() function returned 8 markers instead of 7. In debug I discovered that there are 2 overlapping markers (6 & 7 on screenshot below).
Is there any option to remove such overlaps in JS-ARUCO2 or shall I add protection code for such cases on my own?
The text was updated successfully, but these errors were encountered: