Commit ce2edd13 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed typo in fitellipse err message (ticket #365)

parent d02a0cab
......@@ -969,7 +969,7 @@ cvFitEllipse2( const CvArr* array )
n = ptseq->total;
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
icvFitEllipse_F( ptseq, &box );
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment