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

  /external/opencv/cvaux/src/
cvmat.cpp 63 case CV_32S:
96 case CV_32S:
125 case CV_32S:
162 case CV_32S:
203 case CV_32S:
854 case CV_32S: if( !fmt )
  /external/opencv/cv/src/
cvsumpixels.cpp 347 CV_MAT_DEPTH( sum->type ) != CV_32S )) ||
387 if( CV_MAT_DEPTH( sum->type ) == CV_32S )
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
cvsmooth.cpp 81 min_depth = CV_32S;
93 min_depth = CV_32S;
126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
152 else if( CV_MAT_DEPTH(dst_type) == CV_32S )
    [all...]
cvlinefit.cpp 701 assert( CV_MAT_DEPTH(type) == CV_32S );
cvmoments.cpp 470 if( depth >= CV_32S && !binary )
cvderiv.cpp 386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F;
    [all...]
cvstereogc.cpp 916 _disp = cvMat( 1, state->numberOfDisparities, CV_32S, disp );
cvfilter.cpp 883 kx->type = (kx->type & ~CV_MAT_DEPTH_MASK) | CV_32S;
884 ky->type = (ky->type & ~CV_MAT_DEPTH_MASK) | CV_32S;
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 421 fastrng_tab->fn_2d[CV_32S] = (void*)icvRandBits_32s_C1R;
427 rng_tab->fn_2d[CV_32S] = (void*)icvRand_32s_C1R;
435 normal_tab->fn_2d[CV_32S] = (void*)icvRandn_32s_C1R;
511 if( depth <= CV_32S )
cxconvert.cpp 408 tab->fn_2d[CV_32S] = (void*)icvCopy##_32f_##FROM##TO##CR; \
713 tab->fn_2d[CV_32S] = (void*)icvMixChannels_32s;
    [all...]
cxminmaxloc.cpp 327 if( depth == CV_32S || depth == CV_64F )
437 if( depth != CV_32S && depth != CV_64F )
cxtables.cpp 53 CV_32F, CV_32S, -1, -1, -1, -1, -1, -1, CV_64F, -1
cxcmp.cpp 388 if( CV_MAT_DEPTH(sctype) < CV_32S )
778 if( CV_MAT_DEPTH(type) <= CV_32S )
823 if( type <= CV_32S )
    [all...]
cxsumpixels.cpp     [all...]
cxarithm.cpp 254 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \
590 if( CV_MAT_DEPTH(sctype) < CV_32S )
619 if( depth < CV_32S )
    [all...]
cxutils.cpp 822 CvMat _pair_buf = cvMat( 1, pair_buf_sz*2, CV_32S, pair_buf );
    [all...]
cxmatmul.cpp     [all...]
cxpersistence.cpp     [all...]
cxarray.cpp     [all...]
cxnorm.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 472 #define CV_32S 4
504 #define CV_32SC1 CV_MAKETYPE(CV_32S,1)
505 #define CV_32SC2 CV_MAKETYPE(CV_32S,2)
506 #define CV_32SC3 CV_MAKETYPE(CV_32S,3)
507 #define CV_32SC4 CV_MAKETYPE(CV_32S,4)
508 #define CV_32SC(n) CV_MAKETYPE(CV_32S,(n))
690 depth == CV_32S ? IPL_DEPTH_SIGN : 0);
    [all...]
cxmisc.h     [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
utils.cpp 601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1./256 : 255;
  /external/opencv/ml/src/
mlboost.cpp 995 CV_CALL( orig_response = cvCreateMat( 1, count, CV_32S ));
    [all...]

Completed in 286 milliseconds