/external/opencv/cvaux/include/ |
D | cvaux.h | 601 CVAPI(int) icvComCoeffForLine( CvPoint2D64f point1, 602 CvPoint2D64f point2, 603 CvPoint2D64f point3, 604 CvPoint2D64f point4, 614 CVAPI(int) icvGetDirectionForPoint( CvPoint2D64f point, 638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2… 640 CVAPI(void) icvGetCoefForPiece( CvPoint2D64f p_start,CvPoint2D64f p_end, 664 CvPoint2D64f *cross,int* result); 666 CVAPI(void) icvGetCrossPieceDirect( CvPoint2D64f p_start,CvPoint2D64f p_end, 668 CvPoint2D64f *cross,int* result); [all …]
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 399 CvPoint2D64f* ptr = (CvPoint2D64f*)m->data.ptr; in checkSubset() 447 const CvPoint2D64f* M = (const CvPoint2D64f*)m1->data.ptr; in runKernel() 448 const CvPoint2D64f* m = (const CvPoint2D64f*)m2->data.ptr; in runKernel() 456 CvPoint2D64f cM={0,0}, cm={0,0}, sM={0,0}, sm={0,0}; in runKernel() 510 const CvPoint2D64f* M = (const CvPoint2D64f*)m1->data.ptr; in computeReprojError() 511 const CvPoint2D64f* m = (const CvPoint2D64f*)m2->data.ptr; in computeReprojError() 528 const CvPoint2D64f* M = (const CvPoint2D64f*)m1->data.ptr; in refine() 529 const CvPoint2D64f* m = (const CvPoint2D64f*)m2->data.ptr; in refine() 628 icvCompressPoints( (CvPoint2D64f*)M->data.ptr, tempMask->data.ptr, 1, count ); in cvFindHomography() 629 count = icvCompressPoints( (CvPoint2D64f*)m->data.ptr, tempMask->data.ptr, 1, count ); in cvFindHomography() [all …]
|
D | cvundistort.cpp | 383 const CvPoint2D64f* srcd; in cvUndistortPoints() 385 CvPoint2D64f* dstd; in cvUndistortPoints() 425 srcd = (const CvPoint2D64f*)_src->data.ptr; in cvUndistortPoints() 427 dstd = (CvPoint2D64f*)_dst->data.ptr; in cvUndistortPoints()
|
D | cvcalibration.cpp | 787 CvPoint2D64f* m; in cvProjectPoints2() 820 m = (CvPoint2D64f*)_m->data.db; in cvProjectPoints2() 1246 CvPoint2D64f* mn = (CvPoint2D64f*)_mn->data.db; in cvFindExtrinsicCameraParams2() 1758 double *focalLength, CvPoint2D64f *principalPoint, double *pasp ) in cvCalibrationMatrixValues() 2326 CvPoint2D64f cc_new[2] = {{0,0}, {0,0}}; in cvStereoRectify() 2427 CvPoint2D64f* m1; in cvStereoRectifyUncalibrated() 2428 CvPoint2D64f* m2; in cvStereoRectifyUncalibrated() 2462 m1 = (CvPoint2D64f*)_m1->data.ptr; in cvStereoRectifyUncalibrated() 2463 m2 = (CvPoint2D64f*)_m2->data.ptr; in cvStereoRectifyUncalibrated()
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 260 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints, 265 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) = 0; 300 CvPoint2D64f* imagePoints; in run() 302 CvPoint2D64f* reprojectPoints; in run() 406 imagePoints = (CvPoint2D64f*)cvAlloc( numPoints * in run() 407 numImages * sizeof(CvPoint2D64f)); in run() 412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints * in run() 413 numImages * sizeof(CvPoint2D64f)); in run() 677 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints, 682 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ); [all …]
|
/external/opencv/cv/include/ |
D | cvcompat.h | 78 #define CvPoint2D64d CvPoint2D64f 610 CvSize image_size, CvPoint2D64f* _image_points, CvPoint3D64f* _object_points, in cvCalibrateCamera_64d() 663 CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points, in cvFindExtrinsicCameraParams_64d() 665 CvPoint2D64f principal_point, double* _distortion_coeffs, in cvFindExtrinsicCameraParams_64d() 704 double* focal_length, CvPoint2D64f principal_point, in cvProjectPoints() 705 double* _distortion, CvPoint2D64f* _image_points, in cvProjectPoints() 739 double* _camera_matrix, double* _distortion, CvPoint2D64f* _image_points ) in cvProjectPointsSimple()
|
D | cv.h | 1306 CvPoint2D64f *principal_point CV_DEFAULT(NULL), in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/src/ |
D | undistort.cpp | 273 const CvPoint2D64f* srcd; in cvUndistortPoints() 275 CvPoint2D64f* dstd; in cvUndistortPoints() 326 srcd = (const CvPoint2D64f*)_src->data.ptr; in cvUndistortPoints() 328 dstd = (CvPoint2D64f*)_dst->data.ptr; in cvUndistortPoints()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 984 typedef struct CvPoint2D64f struct 989 CvPoint2D64f; argument 992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() 994 CvPoint2D64f p; in cvPoint2D64f()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 965 typedef struct CvPoint2D64f struct 970 CvPoint2D64f; argument 973 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y ) in cvPoint2D64f() 975 CvPoint2D64f p; in cvPoint2D64f()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 544 CvPoint2D64f* m; in cvProjectPoints2() 597 m = (CvPoint2D64f*)_m->data.db; in cvProjectPoints2() 1056 CvPoint2D64f* mn = (CvPoint2D64f*)_mn->data.db; in cvFindExtrinsicCameraParams2() 1567 double *focalLength, CvPoint2D64f *principalPoint, double *pasp ) in cvCalibrationMatrixValues() 2192 CvPoint2D64f cc_new[2] = {{0,0}, {0,0}}; in cvStereoRectify() 2450 CvPoint2D64f* m1; in cvStereoRectifyUncalibrated() 2451 CvPoint2D64f* m2; in cvStereoRectifyUncalibrated() 2485 m1 = (CvPoint2D64f*)_m1->data.ptr; in cvStereoRectifyUncalibrated() 2486 m2 = (CvPoint2D64f*)_m2->data.ptr; in cvStereoRectifyUncalibrated() 3279 &fovx, &fovy, &focalLength, (CvPoint2D64f*)&principalPoint, &aspectRatio ); in calibrationMatrixValues()
|
/external/opencv3/modules/calib3d/include/opencv2/calib3d/ |
D | calib3d_c.h | 271 CvPoint2D64f *principal_point CV_DEFAULT(NULL),
|