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

/external/opencv/cvaux/src/
H A Dcvepilines.cpp1172 /* Find line from epipole which cross image rect */
1766 &(stereoCamera->epipole[0]),
1767 &(stereoCamera->epipole[1])
1827 CvPoint2D64d epipole,
1833 /* Compute nearest cut line to epipole */
1872 icvGetMiddleAnglePoint(epipole,pointOnLine1,pointOnLine2,&midPoint);
1874 icvGetCoefForPiece(epipole,midPoint,&midLine[0],&midLine[1],&midLine[2],&res);
1882 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res);
1891 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res);
1900 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole,
1826 icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, CvPoint2D64d epipole, CvSize imageSize, CvPoint2D64d* point11,CvPoint2D64d* point12, CvPoint2D64d* point21,CvPoint2D64d* point22, int* result) argument
2274 GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) argument
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h527 CvPoint3D32f epipole[2]; member in struct:CvStereoCamera
706 CvPoint2D64f epipole,

Completed in 54 milliseconds