Searched refs:focal_length (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/include/
H A Dcvcompat.h639 CvPoint3D32f* _object_points, float* focal_length,
651 a[0] = focal_length[0]; a[4] = focal_length[1];
664 CvPoint3D64f* _object_points, double* focal_length,
676 a[0] = focal_length[0]; a[4] = focal_length[1];
704 double* focal_length, CvPoint2D64f principal_point,
725 a[0] = focal_length[0]; a[4] = focal_length[1];
637 cvFindExtrinsicCameraParams( int point_count, CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points, CvPoint3D32f* _object_points, float* focal_length, CvPoint2D32f principal_point, float* _distortion_coeffs, float* _rotation_vector, float* _translation_vector ) argument
662 cvFindExtrinsicCameraParams_64d( int point_count, CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points, CvPoint3D64f* _object_points, double* focal_length, CvPoint2D64f principal_point, double* _distortion_coeffs, double* _rotation_vector, double* _translation_vector ) argument
702 cvProjectPoints( int point_count, CvPoint3D64f* _object_points, double* _rotation_vector, double* _translation_vector, double* focal_length, CvPoint2D64f principal_point, double* _distortion, CvPoint2D64f* _image_points, double* _deriv_points_rotation_matrix, double* _deriv_points_translation_vect, double* _deriv_points_focal, double* _deriv_points_principal_point, double* _deriv_points_distortion_coeffs ) argument
H A Dcv.h1305 double *focal_length CV_DEFAULT(NULL),
1352 double focal_length, CvTermCriteria criteria,
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc498 const T& focal_length = intrinsics[OFFSET_FOCAL_LENGTH]; local
524 ApplyRadialDistortionCameraIntrinsics(focal_length,
525 focal_length,
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp232 const_cast<float *>(camera_intrinsics[c].focal_length),
288 smat[0][0] = 1.0f / camera_intrinsics[c].focal_length[0];
289 smat[1][1] = 1.0f / camera_intrinsics[c].focal_length[1];
/external/opencv/cvaux/include/
H A Dcvaux.h893 float focal_length[2]; member in struct:__anon28099

Completed in 5375 milliseconds