Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint3D64d

75 int icvGetSymPoint3D(  CvPoint3D64d pointCorner,
76 CvPoint3D64d point1,
77 CvPoint3D64d point2,
78 CvPoint3D64d *pointSym2)
101 CvPoint3D64d* point)
176 int icvConvertPointSystem(CvPoint3D64d M2,
177 CvPoint3D64d* M1,
367 (CvPoint3D64d*)direct1);
371 (CvPoint3D64d*)direct2);
377 (CvPoint3D64d*)directS3);
381 (CvPoint3D64d*)directS4);
399 icvConvertPointSystem(*((CvPoint3D64d*)directS3),(CvPoint3D64d*)direct3,convRotMatr,convTransVect);
400 icvConvertPointSystem(*((CvPoint3D64d*)directS4),(CvPoint3D64d*)direct4,convRotMatr,convTransVect);
401 icvConvertPointSystem(*((CvPoint3D64d*)zeroVect),(CvPoint3D64d*)camPoint2,convRotMatr,convTransVect);
409 icvGetCrossLines(*((CvPoint3D64d*)camPoint1),*((CvPoint3D64d*)direct2),
410 *((CvPoint3D64d*)camPoint2),*((CvPoint3D64d*)direct3),
411 (CvPoint3D64d*)pointB);
416 icvGetCrossLines(*((CvPoint3D64d*)camPoint1),*((CvPoint3D64d*)direct1),
417 *((CvPoint3D64d*)camPoint2),*((CvPoint3D64d*)direct4),
418 (CvPoint3D64d*)pointB);
421 CvPoint3D64d pointNewA;
422 CvPoint3D64d pointNewC;
429 icvGetSymPoint3D( *((CvPoint3D64d*)camPoint1),
430 *((CvPoint3D64d*)direct1),
431 *((CvPoint3D64d*)pointB),
434 icvGetSymPoint3D( *((CvPoint3D64d*)camPoint2),
435 *((CvPoint3D64d*)direct4),
436 *((CvPoint3D64d*)pointB),
442 icvGetSymPoint3D( *((CvPoint3D64d*)camPoint2),
443 *((CvPoint3D64d*)direct3),
444 *((CvPoint3D64d*)pointB),
447 icvGetSymPoint3D( *((CvPoint3D64d*)camPoint1),
448 *((CvPoint3D64d*)direct2),
449 *((CvPoint3D64d*)pointB),
484 *((CvPoint3D64d*)pointB),
485 *((CvPoint3D64d*)camPoint1),
497 CvPoint3D64d* direct)
524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12,
525 CvPoint3D64d point21,CvPoint3D64d point22,
526 CvPoint3D64d* midPoint)
598 int icvComputeStereoLineCoeffs( CvPoint3D64d pointA,
599 CvPoint3D64d pointB,
600 CvPoint3D64d pointCam1,
795 CvPoint3D64d epipole1,CvPoint3D64d epipole2,
1161 void icvGetPieceLength3D(CvPoint3D64d point1,CvPoint3D64d point2,double* dist)
1264 void icvProjectPointToImage( CvPoint3D64d point,
1306 CvPoint3D64d* epipole1,
1307 CvPoint3D64d* epipole2
1694 CvPoint3D64d epipole1_64d;
1695 CvPoint3D64d epipole2_64d;
2725 CvPoint3D64d* objectPoints_64d;
2748 objectPoints_64d = (CvPoint3D64d*)calloc(totalNum,sizeof(CvPoint3D64d));
2829 CvPoint3D64d* points1;
2830 CvPoint3D64d* points2;
2837 points1 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d));
2838 points2 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d));
2845 CvPoint3D64d tmpPoint;
2861 CvPoint3D64d tmpPoint2 = { 0, 0, 0 };