Commit f01cd3d9 authored by Andrey Pavlenko's avatar Andrey Pavlenko Committed by OpenCV Buildbot

Merge pull request #1158 from StevenPuttemans:bugfix_3165

parents cdcb5ed1 27ed32f8
...@@ -804,7 +804,7 @@ cvFitEllipse2( const CvArr* array ) ...@@ -804,7 +804,7 @@ cvFitEllipse2( const CvArr* array )
CvPoint2D32f c = {0,0}; CvPoint2D32f c = {0,0};
double gfp[5], rp[5], t; double gfp[5], rp[5], t;
CvMat A, b, x; CvMat A, b, x;
const double min_eps = 1e-6; const double min_eps = 1e-8;
int i, is_float; int i, is_float;
CvSeqReader reader; CvSeqReader reader;
......
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