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

1 2 3

  /external/opencv3/modules/imgproc/perf/
perf_blur.cpp 15 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1),
49 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1),
71 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1),
93 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1),
120 testing::Values(CV_8UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_32FC3),
142 testing::Values(CV_8UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_32FC3),
170 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1),
192 testing::Values(CV_8UC1, CV_8UC4, CV_16UC1, CV_16SC1, CV_32FC1, CV_32FC3),
perf_pyramids.cpp 11 testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32FC4)
32 testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32FC4)
perf_remap.cpp 17 Values( CV_16UC1, CV_16SC1, CV_32FC1 ),
perf_threshold.cpp 17 testing::Values(CV_8UC1, CV_16SC1),
  /external/opencv3/modules/core/perf/
perf_addWeighted.cpp 9 #define TYPICAL_MAT_TYPES_ADWEIGHTED CV_8UC1, CV_8UC4, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1
perf_inRange.cpp 9 #define TYPICAL_MAT_TYPES_INRANGE CV_8UC1, CV_8UC4, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_32FC4
perf_minmaxloc.cpp 11 testing::Values(CV_8UC1, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_64FC1)
perf_compare.cpp 17 testing::Values(CV_8UC1, CV_8UC4, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1, CV_32FC1),
perf_stat.cpp 90 PERF_TEST_P(Size_MatType, countNonZero, testing::Combine( testing::Values( TYPICAL_MAT_SIZES ), testing::Values( CV_8UC1, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_64FC1 ) ))
perf_arithm.cpp 10 #define TYPICAL_MAT_TYPES_CORE_ARITHM CV_8UC1, CV_8SC1, CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4, CV_8UC4, CV_32SC1, CV_32FC1
  /external/opencv/cv/src/
cvsnakes.cpp 108 CvMat _dx = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dx );
109 CvMat _dy = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dy );
146 pX.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 1, 0, 3 );
147 pY.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 0, 1, 3 );
cvcanny.cpp 92 dx = cvCreateMat( size.height, size.width, CV_16SC1 );
93 dy = cvCreateMat( size.height, size.width, CV_16SC1 );
  /external/opencv3/modules/core/misc/java/src/java/
core+CvType.java 19 CV_16SC1 = CV_16SC(1), CV_16SC2 = CV_16SC(2), CV_16SC3 = CV_16SC(3), CV_16SC4 = CV_16SC(4),
  /external/opencv3/modules/cudastereo/src/
stereobp.cpp 342 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1;
347 if (dtype != CV_16SC1)
349 outBuf_.create(rows_, cols_, CV_16SC1);
357 if (dtype != CV_16SC1)
stereocsbp.cpp 303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1;
308 if (dtype != CV_16SC1)
310 outBuf_.create(rows, cols, CV_16SC1);
327 if (dtype != CV_16SC1)
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 694 static const int mapy_types[] = { CV_16UC1, CV_16SC1 };
707 case CV_16SC1:
775 mapy.type() == CV_16SC1) && mapx.type() == CV_16SC2);
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 72 if( gdalType == GDT_Int16 ){ return CV_16SC1; }
121 if( channels == 1 ){ return CV_16SC1; }
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 510 return retriveFrame(CV_16SC1, 0, image);
514 return retriveFrame(CV_16SC1, 1, image);
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 134 #define CV_16SC1 CV_MAKETYPE(CV_16S,1)
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
gdal-image.cpp 179 if( dem.type() != CV_16SC1 ){ throw std::runtime_error("DEM image type must be CV_16SC1"); }
  /external/opencv3/modules/core/src/
copy.cpp 774 type == CV_16SC1 ? (ippiMirrorI)ippiMirror_16s_C1IR :
794 type == CV_16SC1 ? (ippiMirror)ippiMirror_16s_C1R :
    [all...]
stat.cpp     [all...]
  /external/opencv3/modules/core/test/
test_mat.cpp 79 type == CV_16SC1 ? "CV_16SC1" :
179 else if( srcType == CV_16SC1 )
233 // CV_16SC1
234 tempCode = checkCase( CV_16SC1, CV_32FC1, dim, sz );
237 tempCode = checkCase( CV_16SC1, CV_64FC1, dim, sz );
    [all...]
  /external/opencv3/modules/imgproc/test/ocl/
test_imgproc.cpp 474 CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4,
test_warp.cpp 281 if (map2Type == CV_16UC1 || map2Type == CV_16SC1)

Completed in 475 milliseconds

1 2 3