What is the "Radius" scale in OpenCV functions?
I was reading a book about OpenCV that it didn't mention what is the scale of Radius
parameter in OpenCV functions like cv::circle()
?
If I get 1 or 2 to the radius argument, how will it calculate?
"scale of the radius" Do you mean unit?
@LBerger : Yes. What does radius = 5 mean for example? How long it will take on the screen?