Home | History | Annotate | Download | only in src

Lines Matching full:epsilon

1039                                        CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon )
1055 CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon )
1106 if( epsilon < 0 )
1108 CV_ERROR( CV_StsOutOfRange, "Epsilon parameter must be >= 0" );
1720 } while( change > epsilon && currIter < maxIter );/* solve normal equation using current alpha */
1734 } while( change > epsilon && currIter < maxIter );