标签:open color 需要 net poi cvs 圆心 通道 bsp
cvCircle(CvArr* img, CvPoint center, int radius, CvScalar color, int thickness=1, int lineType=8, int shift=0)
img为图像指针,单通道多通道都行,不需要特殊要求
center为画圆的圆心坐标
radius为圆的半径
color为设定圆的颜色,比如用CV_RGB(255, 0,0)设置为红色, CV_RGB(255, 255,255)设置为白色,CV_RGB(0, 0,0)设置为黑色
thickness为设置圆线条的粗细,值越大则线条越粗,为负数则是填充效果
标签:open color 需要 net poi cvs 圆心 通道 bsp
原文地址:http://www.cnblogs.com/snailgardening/p/cvCircle.html