Searched refs:Par1Point1_img (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp4162 CvPointFloat Par1Point1_img; local
4164 _cvCalcPointImage(&Par1Point1_img, pPar1Point1, InversParabola1);
4181 if(Point.x < Par1Point1_img.x - LEE_CONST_ACCEPTABLE_ERROR)
4192 float dist = Point.x - Par1Point1_img.x;
4312 CvPointFloat Par1Point1_img; local
4314 _cvCalcPointImage(&Par1Point1_img, pPar1Point1, InversParabola1);
4332 if(Point.x < Par1Point1_img.x - LEE_CONST_ACCEPTABLE_ERROR)
4343 float dist = Point.x - Par1Point1_img.x;

Completed in 1324 milliseconds