Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Finding Largest Circle Contained Within A Contour

I know that there is an OpenCV function that will find the minimum circle that will contain a contour (minEnclosing Circle).

I am looking for the reverse, i.e., a way to determine the largest circle that will fit within a contour. Really, I just want the center of that circle.

Thanks for any help.