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
The number labeling task has one number per contour.
This is because the corresponding logic writes numbers at the center coordinates of the largest inscribed circle inside the pure contour area excluding children.
However, there are cases where it is difficult to identify the corresponding number depending on the shape and size of the contour.
For example, on very long shaped Contours, it can be difficult to discern what the numbers are on either end.
To solve this problem, an additional algorithm is needed to write numbers inside the Contour at regular intervals.
↓ Example of needing additional colored numbers
The text was updated successfully, but these errors were encountered:
The number labeling task has one number per contour.
This is because the corresponding logic writes numbers at the center coordinates of the largest inscribed circle inside the pure contour area excluding children.
However, there are cases where it is difficult to identify the corresponding number depending on the shape and size of the contour.
For example, on very long shaped Contours, it can be difficult to discern what the numbers are on either end.
To solve this problem, an additional algorithm is needed to write numbers inside the Contour at regular intervals.
↓ Example of needing additional colored numbers
The text was updated successfully, but these errors were encountered: