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

/external/opencv/cvaux/src/
H A Dcvepilines.cpp524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12, argument
537 xA = point11.x;
538 yA = point11.y;
539 zA = point11.z;
802 CvPoint2D64d point11; local
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
860 pointW11[0] = point11.x;
861 pointW11[1] = point11.y;
915 icvGetCoefForPiece( epipole1_2d,point11,
1382 CvPoint2D64d point11, point1 local
1826 icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, CvPoint2D64d epipole, CvSize imageSize, CvPoint2D64d* point11,CvPoint2D64d* point12, CvPoint2D64d* point21,CvPoint2D64d* point22, int* result) argument
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h618 CVAPI(int) icvGetCrossLines(CvPoint3D64f point11,CvPoint3D64f point12,
708 CvPoint2D64f* point11,CvPoint2D64f* point12,

Completed in 108 milliseconds