摘要: opencv rectangle void rectangle( InputOutputArray _img, Point pt1, Point pt2, const Scalar& color, int thickness, int lineType, int shift ) { CV_INSTR 阅读全文
posted @ 2021-10-16 12:53 西北逍遥 阅读(147) 评论(0) 推荐(0) 编辑
摘要: opencv PolyLine static void PolyLine( Mat& img, const Point2l* v, int count, bool is_closed, const void* color, int thickness, int line_type, int shif 阅读全文
posted @ 2021-10-16 12:32 西北逍遥 阅读(106) 评论(0) 推荐(0) 编辑
摘要: opencv ThickLine static void ThickLine( Mat& img, Point2l p0, Point2l p1, const void* color,int thickness, int line_type, int flags, int shift ) { sta 阅读全文
posted @ 2021-10-16 12:29 西北逍遥 阅读(67) 评论(0) 推荐(0) 编辑