Lines Matching refs:cornerPoint
1877 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()
1899 cornerPoint.y = imageSize.height; in icvGetCutPiece()
1900 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece()
1903 candPoints[numPoints] = cornerPoint; in icvGetCutPiece()
1907 cornerPoint.x = 0; in icvGetCutPiece()
1908 cornerPoint.y = imageSize.height; in icvGetCutPiece()
1909 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece()
1912 candPoints[numPoints] = cornerPoint; in icvGetCutPiece()