标签: ios opencv drawing contour
我想在iOS上的图像上绘制更粗的轮廓,但我在函数cv::drawContours(<#InputOutputArray image#>, <#InputArrayOfArrays contours#>, <#int contourIdx#>, <#const Scalar &color#>)中看不到任何选项。
cv::drawContours(<#InputOutputArray image#>, <#InputArrayOfArrays contours#>, <#int contourIdx#>, <#const Scalar &color#>)
答案 0 :(得分:1)
你刚才没有see the next argument to drawContours,有厚度&#39; 。如果你将它设置为-1,你的轮廓就会变得均匀。