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)设置为红色

thickness为设置圆线条的粗细,值越大则线条越粗,为负数则是填充效果

 

相关文章:

  • 2022-02-19
  • 2022-02-19
  • 2021-07-06
  • 2022-02-08
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-04-25
  • 2021-10-07
  • 2022-01-09
相关资源
相似解决方案