mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Applied bugfix #3165 : Changed min_eps value
This commit is contained in:
parent
886c009da6
commit
27ed32f833
@ -804,7 +804,7 @@ cvFitEllipse2( const CvArr* array )
|
||||
CvPoint2D32f c = {0,0};
|
||||
double gfp[5], rp[5], t;
|
||||
CvMat A, b, x;
|
||||
const double min_eps = 1e-6;
|
||||
const double min_eps = 1e-8;
|
||||
int i, is_float;
|
||||
CvSeqReader reader;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user