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

  /external/opencv/cvaux/include/
cvaux.h 601 CVAPI(int) icvComCoeffForLine( CvPoint2D64f point1,
602 CvPoint2D64f point2,
603 CvPoint2D64f point3,
604 CvPoint2D64f point4,
614 CVAPI(int) icvGetDirectionForPoint( CvPoint2D64f point,
634 CvPoint2D64f* epipole1,
635 CvPoint2D64f* epipole2,
638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2D64f *point2)
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 399 CvPoint2D64f* ptr = (CvPoint2D64f*)m->data.ptr;
447 const CvPoint2D64f* M = (const CvPoint2D64f*)m1->data.ptr;
448 const CvPoint2D64f* m = (const CvPoint2D64f*)m2->data.ptr;
456 CvPoint2D64f cM={0,0}, cm={0,0}, sM={0,0}, sm={0,0};
510 const CvPoint2D64f* M = (const CvPoint2D64f*)m1->data.ptr;
511 const CvPoint2D64f* m = (const CvPoint2D64f*)m2->data.ptr
    [all...]
cvundistort.cpp 383 const CvPoint2D64f* srcd;
385 CvPoint2D64f* dstd;
425 srcd = (const CvPoint2D64f*)_src->data.ptr;
427 dstd = (CvPoint2D64f*)_dst->data.ptr;
cvcalibration.cpp 787 CvPoint2D64f* m;
820 m = (CvPoint2D64f*)_m->data.db;
    [all...]
  /external/opencv/cv/include/
cvcompat.h 78 #define CvPoint2D64d CvPoint2D64f
610 CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points,
663 CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points,
665 CvPoint2D64f principal_point, double* _distortion_coeffs,
704 double* focal_length, CvPoint2D64f principal_point,
705 double* _distortion, CvPoint2D64f* _image_points,
739 double* _camera_matrix, double* _distortion, CvPoint2D64f* _image_points )
    [all...]
cv.h     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 984 typedef struct CvPoint2D64f
989 CvPoint2D64f;
992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y )
994 CvPoint2D64f p;
    [all...]

Completed in 143 milliseconds