Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

someone else noted that before

cv::circle(result, center, static_cast<int>(radius), cv::Scalar(0), 2);

might work, imho. (i.e. avoid the constructor call in favour of an assignment