문제

I would like to draw contours thicker on an image on iOS, but I could not see any option in function cv::drawContours(<#InputOutputArray image#>, <#InputArrayOfArrays contours#>, <#int contourIdx#>, <#const Scalar &color#>).

도움이 되었습니까?

해결책

you just did not see the next argument to drawContours, there is 'thickness' . if you set it to -1, your contour will get filled even.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top