HomeSort by relevance Sort by last modified time
    Searched refs:mat_type (Results 1 - 7 of 7) sorted by null

  /external/opencv/ml/src/
_ml.h 108 #define ICV_IS_MAT_OF_TYPE( mat, mat_type) \
109 (CV_IS_MAT( mat ) && CV_MAT_TYPE( mat->type ) == (mat_type) && \
  /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/apps/traincascade/
old_ml_precomp.hpp 104 #define ICV_IS_MAT_OF_TYPE( mat, mat_type) \
105 (CV_IS_MAT( mat ) && CV_MAT_TYPE( mat->type ) == (mat_type) && \
  /external/opencv3/modules/core/include/opencv2/core/
matx.hpp 98 typedef Matx<_Tp, m, n> mat_type; typedef in class:cv::Matx
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]

Completed in 605 milliseconds