Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp1266 CvPoint2D64d* projPoint) in icvProjectPointToImage() argument
1286 projPoint->x = tmpVect1[0] / tmpVect1[2]; in icvProjectPointToImage()
1287 projPoint->y = tmpVect1[1] / tmpVect1[2]; in icvProjectPointToImage()
1944 CvPoint2D64d projPoint; in icvGetCutPiece() local
1956 icvProjectPointToDirect(candPoints[i], midLine, &projPoint); in icvGetCutPiece()
1957 icvGetPieceLength(epipole,projPoint,&dist); in icvGetCutPiece()
1961 minPoint = projPoint; in icvGetCutPiece()
1967 maxPoint = projPoint; in icvGetCutPiece()
/external/opencv/cvaux/include/
Dcvaux.h684 CvPoint2D64f* projPoint);