Lines Matching refs:CV_64FC1

87 #define  CV_MAT64D      CV_64FC1
88 #define CV_MAT3x1_64D CV_64FC1
89 #define CV_MAT4x1_64D CV_64FC1
90 #define CV_MAT3x3_64D CV_64FC1
91 #define CV_MAT4x4_64D CV_64FC1
617 CvMat dist_coeffs = cvMat( 4, 1, CV_64FC1, _distortion_coeffs );
618 CvMat camera_matrix = cvMat( 3, 3, CV_64FC1, _camera_matrix );
619 CvMat rotation_matrices = cvMat( image_count, 9, CV_64FC1, _rotation_matrices );
620 CvMat translation_vectors = cvMat( image_count, 3, CV_64FC1, _translation_vectors );
670 CvMat dist_coeffs = cvMat( 4, 1, CV_64FC1, _distortion_coeffs );
672 CvMat camera_matrix = cvMat( 3, 3, CV_64FC1, a );
714 CvMat rotation_vector = cvMat( 3, 1, CV_64FC1, _rotation_vector );
715 CvMat translation_vector = cvMat( 3, 1, CV_64FC1, _translation_vector );
717 CvMat camera_matrix = cvMat( 3, 3, CV_64FC1, a );
718 CvMat dist_coeffs = cvMat( 4, 1, CV_64FC1, _distortion );
719 CvMat dpdr = cvMat( 2*point_count, 3, CV_64FC1, _deriv_points_rotation_matrix );
720 CvMat dpdt = cvMat( 2*point_count, 3, CV_64FC1, _deriv_points_translation_vect );
721 CvMat dpdf = cvMat( 2*point_count, 2, CV_64FC1, _deriv_points_focal );
722 CvMat dpdc = cvMat( 2*point_count, 2, CV_64FC1, _deriv_points_principal_point );
723 CvMat dpdk = cvMat( 2*point_count, 4, CV_64FC1, _deriv_points_distortion_coeffs );
743 CvMat rotation_matrix = cvMat( 3, 3, CV_64FC1, _rotation_matrix );
744 CvMat translation_vector = cvMat( 3, 1, CV_64FC1, _translation_vector );
745 CvMat camera_matrix = cvMat( 3, 3, CV_64FC1, _camera_matrix );
746 CvMat dist_coeffs = cvMat( 4, 1, CV_64FC1, _distortion );