Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint2D64d

68 void icvTestPoint( CvPoint2D64d testPoint,
70 CvPoint2D64d basePoint,
210 CvPoint2D64d point1;
211 CvPoint2D64d point2;
212 CvPoint2D64d point3;
213 CvPoint2D64d point4;
339 int icvComCoeffForLine( CvPoint2D64d point1,
340 CvPoint2D64d point2,
341 CvPoint2D64d point3,
342 CvPoint2D64d point4,
495 int icvGetDirectionForPoint( CvPoint2D64d point,
667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2)
673 CvPoint2D64d pa,pb,pc,pd;
764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end,
802 CvPoint2D64d point11;
803 CvPoint2D64d point12;
804 CvPoint2D64d point21;
805 CvPoint2D64d point22;
821 CvPoint2D64d epipole1_2d;
822 CvPoint2D64d epipole2_2d;
870 CvPoint2D64d start;
871 CvPoint2D64d end;
1019 CvPoint2D64d *cross,int* result)
1053 void icvGetCrossPieceDirect( CvPoint2D64d p_start,CvPoint2D64d p_end,
1055 CvPoint2D64d *cross,int* result)
1095 CvPoint2D64d p1_start,CvPoint2D64d p1_end,
1096 CvPoint2D64d p2_start,CvPoint2D64d p2_end,
1097 CvPoint2D64d* cross,
1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist)
1176 CvPoint2D64d *start,CvPoint2D64d *end,
1179 CvPoint2D64d frameBeg;
1180 CvPoint2D64d frameEnd;
1181 CvPoint2D64d cross[4];
1266 CvPoint2D64d* projPoint)
1382 CvPoint2D64d point11, point12,point21, point22;
1387 CvPoint2D64d epipole1_2d;
1388 CvPoint2D64d epipole2_2d;
1827 CvPoint2D64d epipole,
1829 CvPoint2D64d* point11,CvPoint2D64d* point12,
1830 CvPoint2D64d* point21,CvPoint2D64d* point22,
1837 CvPoint2D64d candPoints[8];
1838 CvPoint2D64d midPoint;
1851 CvPoint2D64d pointOnLine1; pointOnLine1.x = pointOnLine1.y = 0;
1852 CvPoint2D64d pointOnLine2; pointOnLine2.x = pointOnLine2.y = 0;
1854 CvPoint2D64d start1,end1;
1877 CvPoint2D64d cornerPoint;
1878 CvPoint2D64d tmpPoints[2];
1944 CvPoint2D64d projPoint;
1945 CvPoint2D64d minPoint; minPoint.x = minPoint.y = FLT_MAX;
1946 CvPoint2D64d maxPoint; maxPoint.x = maxPoint.y = -FLT_MAX;
1977 CvPoint2D64d tmpPoint2;
2001 void icvGetMiddleAnglePoint( CvPoint2D64d basePoint,
2002 CvPoint2D64d point1,CvPoint2D64d point2,
2003 CvPoint2D64d* midPoint)
2010 CvPoint2D64d pointNew1;
2011 CvPoint2D64d pointNew2;
2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect)
2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2)
2046 void icvTestPoint( CvPoint2D64d testPoint,
2048 CvPoint2D64d basePoint,
2051 CvPoint2D64d point1,point2;
2081 void icvProjectPointToDirect( CvPoint2D64d point,CvVect64d lineCoeff,
2082 CvPoint2D64d* projectPoint)
2098 void icvGetDistanceFromPointToDirect( CvPoint2D64d point,CvVect64d lineCoef,double*dist)
2100 CvPoint2D64d tmpPoint;
2826 CvPoint2D64d* projImagePoints1;
2827 CvPoint2D64d* projImagePoints2;
2834 projImagePoints1 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d));
2835 CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d));