Searched defs:cornerPoint (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvepilines.cpp1877 CvPoint2D64d cornerPoint; local
1880 cornerPoint.x = 0;
1881 cornerPoint.y = 0;
1882 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res);
1885 candPoints[numPoints] = cornerPoint;
1889 cornerPoint.x = imageSize.width;
1890 cornerPoint.y = 0;
1891 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res);
1894 candPoints[numPoints] = cornerPoint;
1898 cornerPoint
[all...]

Completed in 17 milliseconds