First time here? Check out the FAQ!
answered 2013-08-05 13:16:04 -0600
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