HomeSort by relevance Sort by last modified time
    Searched refs:CV_16SC1 (Results 26 - 50 of 55) sorted by null

12 3

  /external/opencv3/modules/cudaimgproc/src/
histogram.cpp 508 CV_Assert( src.type() == CV_8UC1 || src.type() == CV_16UC1 || src.type() == CV_16SC1 );
547 CV_Assert( src.type() == CV_8UC1 || src.type() == CV_16UC1 || src.type() == CV_16SC1 || src.type() == CV_32FC1 );
  /external/opencv3/modules/imgproc/src/
colormap.cpp 124 case CV_16SC1: return interp1_<short>(x,Y,xi); break;
    [all...]
hough.cpp     [all...]
imgwarp.cpp     [all...]
smooth.cpp     [all...]
  /external/opencv/cv/src/
cvderiv.cpp 208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* ||
    [all...]
cvhough.cpp 879 CV_CALL( dx = cvCreateMat( img->rows, img->cols, CV_16SC1 ));
880 CV_CALL( dy = cvCreateMat( img->rows, img->cols, CV_16SC1 ));
    [all...]
cvstereogc.cpp 886 state->dispLeft = cvCreateMat( size.height, size.width, CV_16SC1 );
887 state->dispRight = cvCreateMat( size.height, size.width, CV_16SC1 );
cvstereobm.cpp 569 CV_MAT_TYPE(disp->type) != CV_16SC1 )
cvimgwarp.cpp     [all...]
cvcalibration.cpp     [all...]
cvfilter.cpp     [all...]
  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp     [all...]
stereobm.cpp     [all...]
calibration.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
cxtypes.h 498 #define CV_16SC1 CV_MAKETYPE(CV_16S,1)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 779 CV_Assert( leftDisp.type() == CV_16SC1 );
  /external/opencv3/modules/core/src/
directx.cpp 129 case DXGI_FORMAT_R16_SINT: return CV_16SC1;
    [all...]
lda.cpp 151 case CV_16SC1:
    [all...]
matrix.cpp     [all...]
  /external/opencv3/modules/stitching/src/
blenders.cpp 515 CV_Assert(weight.type() == CV_16SC1);
  /external/opencv3/modules/python/src2/
cv2.cpp     [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp     [all...]

Completed in 926 milliseconds

12 3