【Python-Opencv】cv2.fillPoly为非凸任意形状填充,cv2.fillConvexPoly为凸填充

cv2.fillConvexPoly(他只能处理凸的图形) 官方文档:The function fillConvexPoly draws a filled convex polygon. This function is much faster than the function fillPoly . It can fill not only convex polygons but any mon
相关文章
相关标签/搜索