/external/opencv3/modules/calib3d/test/ |
test_undistort_badarg.cpp | 313 int mat_type; member in class:CV_InitUndistortRectifyMapBadArgTest 327 cv::initUndistortRectifyMap(camera_mat,distortion_coeffs,R,new_camera_mat,img_size,mat_type,mapx,mapy); 362 mat_type = mat_type_orig; 379 mat_type = CV_64F; 381 mat_type = mat_type_orig;
|
test_undistort.cpp | 602 int mat_type; member in class:CV_InitUndistortRectifyMapTest 618 mat_type = 0; 676 mat_type = (cvtest::randInt(rng) % 2) == 0 ? CV_32FC1 : CV_16SC2; 678 mat_type = -1; 680 mat_type = CV_32FC2; 912 cv::initUndistortRectifyMap(camera_mat,input2,input3,input4,img_size,mat_type,mapx,mapy); [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
matx.hpp | 98 typedef Matx<_Tp, m, n> mat_type; typedef in class:cv::Matx [all...] |