/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/opencv3/modules/calib3d/test/ |
test_cameracalibration.cpp | 260 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints, 265 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) = 0; 300 CvPoint2D64f* imagePoints; 302 CvPoint2D64f* reprojectPoints; 406 imagePoints = (CvPoint2D64f*)cvAlloc( numPoints * 407 numImages * sizeof(CvPoint2D64f)); 412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints * 413 numImages * sizeof(CvPoint2D64f)); 677 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints, 682 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) [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/opencv3/modules/imgproc/src/ |
undistort.cpp | 273 const CvPoint2D64f* srcd; 275 CvPoint2D64f* dstd; 326 srcd = (const CvPoint2D64f*)_src->data.ptr; 328 dstd = (CvPoint2D64f*)_dst->data.ptr;
|
/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...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 965 typedef struct CvPoint2D64f 970 CvPoint2D64f; 972 /** constructs CvPoint2D64f structure.*/ 973 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) 975 CvPoint2D64f p; [all...] |
/external/opencv3/modules/calib3d/include/opencv2/calib3d/ |
calib3d_c.h | 271 CvPoint2D64f *principal_point CV_DEFAULT(NULL),
|
/external/opencv3/modules/calib3d/src/ |
calibration.cpp | 544 CvPoint2D64f* m; 597 m = (CvPoint2D64f*)_m->data.db; [all...] |