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.