HomeSort by relevance Sort by last modified time
    Searched refs:CvPoint3D64f (Results 1 - 6 of 6) sorted by null

  /external/opencv/cvaux/include/
cvaux.h 558 CVAPI(int) icvGetSymPoint3D( CvPoint3D64f pointCorner,
559 CvPoint3D64f point1,
560 CvPoint3D64f point2,
561 CvPoint3D64f *pointSym2);
563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist);
567 CvPoint3D64f* point);
576 CVAPI(int) icvConvertPointSystem(CvPoint3D64f M2,
577 CvPoint3D64f* M1,
616 CvPoint3D64f* direct)
    [all...]
  /external/opencv/cv/include/
cvcompat.h 79 #define CvPoint3D64d CvPoint3D64f
610 CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points,
664 CvPoint3D64f* _object_points, double* focal_length,
702 CV_INLINE void cvProjectPoints( int point_count, CvPoint3D64f* _object_points,
737 CV_INLINE void cvProjectPointsSimple( int point_count, CvPoint3D64f* _object_points,
    [all...]
cv.h     [all...]
  /external/opencv/cv/src/
cvgeometry.cpp 357 CvPoint3D64f *eulerAngles)
531 CvMat *rotMatrZ, CvPoint3D64f *eulerAngles)
cvcalibration.cpp 786 const CvPoint3D64f* M;
819 M = (CvPoint3D64f*)_M->data.db;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1003 typedef struct CvPoint3D64f
1009 CvPoint3D64f;
1012 CV_INLINE CvPoint3D64f cvPoint3D64f( double x, double y, double z )
1014 CvPoint3D64f p;
    [all...]

Completed in 224 milliseconds