Searched defs:point21 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvepilines.cpp525 CvPoint3D64d point21,CvPoint3D64d point22,
545 xC = point21.x;
546 yC = point21.y;
547 zC = point21.z;
804 CvPoint2D64d point21; local
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
881 pointW21[0] = point21.x;
882 pointW21[1] = point21.y;
887 /* For point21 */
903 icvGetCoefForPiece( epipole2_2d,point21,
524 icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12, CvPoint3D64d point21,CvPoint3D64d point22, CvPoint3D64d* midPoint) argument
1382 CvPoint2D64d point11, point12,point21, point22; local
1826 icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, CvPoint2D64d epipole, CvSize imageSize, CvPoint2D64d* point11,CvPoint2D64d* point12, CvPoint2D64d* point21,CvPoint2D64d* point22, int* result) argument
[all...]

Completed in 215 milliseconds