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

  /external/opencv/cxcore/src/
cxconvert.cpp 406 tab->fn_2d[CV_16U] = (void*)icvCopy##_16s_##FROM##TO##CR; \
711 tab->fn_2d[CV_16U] = (void*)icvMixChannels_16u;
    [all...]
cxrand.cpp 419 fastrng_tab->fn_2d[CV_16U] = (void*)icvRandBits_16u_C1R;
425 rng_tab->fn_2d[CV_16U] = (void*)icvRand_16u_C1R;
433 normal_tab->fn_2d[CV_16U] = (void*)icvRandn_16u_C1R;
cxtables.cpp 52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
cxsumpixels.cpp     [all...]
cxmatmul.cpp     [all...]
cxcmp.cpp     [all...]
cxutils.cpp     [all...]
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
cxnorm.cpp     [all...]
cxarithm.cpp 252 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 470 #define CV_16U 2
492 #define CV_16UC1 CV_MAKETYPE(CV_16U,1)
493 #define CV_16UC2 CV_MAKETYPE(CV_16U,2)
494 #define CV_16UC3 CV_MAKETYPE(CV_16U,3)
495 #define CV_16UC4 CV_MAKETYPE(CV_16U,4)
496 #define CV_16UC(n) CV_MAKETYPE(CV_16U,(n))
    [all...]
cxmisc.h     [all...]
  /external/opencv/cv/src/
cvcolor.cpp     [all...]
cvmorph.cpp 201 else if( depth == CV_16U )
214 else if( depth == CV_16U )
251 else if( depth == CV_16U )
261 else if( depth == CV_16U )
    [all...]
cvimgwarp.cpp     [all...]
cvpyramids.cpp     [all...]
cvtemplmatch.cpp 71 CV_MAT_DEPTH( img->type ) != CV_16U &&
cvfilter.cpp 794 else if( CV_MAT_DEPTH(src_type) == CV_16U )
836 else if( CV_MAT_DEPTH(dst_type) == CV_16U )
    [all...]
cvcalibinit.cpp     [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 325 milliseconds