when convert position to bezier point,did the input data point need clockwise or anti-clockwise?
cqray1990 opened this issue · 2 comments
cqray1990 commented
when convert position to bezier point,did the input data point need clockwise or anti-clockwise?
Yuliang-Liu commented
No. Basically, we simply follow the order of the original annotation.
cqray1990 commented
@Yuliang-Liu
i find if the point order is not satisfy some rules, the attained control point is not right,such as i use cv2.findconours function to get data points and incoming to generate control points ,it is not right