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

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

Completed in 61 milliseconds