Home
last modified time | relevance | path

Searched refs:cornerPoint (Results 1 – 1 of 1) sorted by relevance

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