Skip to content

Commit f01cd3d

Browse files
Andrey PavlenkoOpenCV Buildbot
authored andcommitted
Merge pull request opencv#1158 from StevenPuttemans:bugfix_3165
2 parents cdcb5ed + 27ed32f commit f01cd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/src/shapedescr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ cvFitEllipse2( const CvArr* array )
804804
CvPoint2D32f c = {0,0};
805805
double gfp[5], rp[5], t;
806806
CvMat A, b, x;
807-
const double min_eps = 1e-6;
807+
const double min_eps = 1e-8;
808808
int i, is_float;
809809
CvSeqReader reader;
810810

0 commit comments

Comments
 (0)