摘要: opencv fillPoly void fillPoly( InputOutputArray _img, const Point** pts, const int* npts, int ncontours, const Scalar& color, int line_type, int shift 阅读全文
posted @ 2021-10-17 10:38 西北逍遥 阅读(624) 评论(0) 推荐(0) 编辑
摘要: opencv FillEdgeCollection static void FillEdgeCollection( Mat& img, std::vector<PolyEdge>& edges, const void* color ) { PolyEdge tmp; int i, y, total 阅读全文
posted @ 2021-10-17 10:27 西北逍遥 阅读(107) 评论(1) 推荐(0) 编辑
摘要: Opencv fillConvexPoly void fillConvexPoly( InputOutputArray _img, const Point* pts, int npts, const Scalar& color, int line_type, int shift ) { CV_INS 阅读全文
posted @ 2021-10-17 10:21 西北逍遥 阅读(278) 评论(0) 推荐(0) 编辑