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

/external/opencv/cvaux/src/
H A Dcvepilines.cpp524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12, argument
541 xB = point12.x;
542 yB = point12.y;
543 zB = point12.z;
803 CvPoint2D64d point12; local
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
935 pointW12[0] = point12.x;
936 pointW12[1] = point12.y;
989 icvGetCoefForPiece( epipole1_2d,point12,
1382 CvPoint2D64d point11, point12,point2 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 44 milliseconds