fixed typo in fitellipse err message (ticket #365)
This commit is contained in:
parent
d02a0cab48
commit
ce2edd137d
@ -969,7 +969,7 @@ cvFitEllipse2( const CvArr* array )
|
|||||||
|
|
||||||
n = ptseq->total;
|
n = ptseq->total;
|
||||||
if( n < 5 )
|
if( n < 5 )
|
||||||
CV_Error( CV_StsBadSize, "Number of points should be >= 6" );
|
CV_Error( CV_StsBadSize, "Number of points should be >= 5" );
|
||||||
#if 1
|
#if 1
|
||||||
icvFitEllipse_F( ptseq, &box );
|
icvFitEllipse_F( ptseq, &box );
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user