Source position: libopencv2.pas line 2810
type TcvMinEnclosingCircle = function(
points: pCvArr;
center: pCvPoint2D32f;
radius: pFloat
):Integer;