摘要: 函数说明如下:函数原型:void fillConvexPoly(Mat& img, const Point* pts, int npts, const Scalar& color, int lineType=8, int shift=0)函数作用:填充凸多边形参数说明:img 图像 pts 指向单个多边形的指针数组 npts 多边形的顶点个数 color 多边形的颜色 ... 阅读全文
posted @ 2013-12-17 10:27 清风似水流 阅读(10554) 评论(0) 推荐(0)