Searched refs:CV_8U (Results 1 - 25 of 43) sorted by relevance

12

/external/opencv/cxcore/src/
H A Dcxsumpixels.cpp919 int ttype = sdepth == CV_8U ? CV_MAKETYPE(CV_32S,cn) : dst->type;
933 (sdepth == CV_8U && ddepth == CV_32S ? (CvReduceToRowFunc)icvSumRows_8u32s_C1R :
934 sdepth == CV_8U && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_8u32f_C1R :
943 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToRowFunc)icvMaxRows_8u_C1R :
947 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToRowFunc)icvMinRows_8u_C1R :
963 (sdepth == CV_8U && ddepth == CV_32S ?
967 sdepth == CV_8U && ddepth == CV_32F ?
990 (sdepth == CV_8U
[all...]
H A Dcxconvert.cpp404 tab->fn_2d[CV_8U] = (void*)icvCopy##_8u_##FROM##TO##CR; \
709 tab->fn_2d[CV_8U] = (void*)icvMixChannels_8u;
964 case CV_8U:
1082 if( CV_MAT_DEPTH( dst->type ) != CV_8U )
1151 case CV_8U: \
1269 case CV_8U: \
1435 CV_8U, uchar, CV_NOP,
1443 CV_8U, uchar, CV_NOP,
1451 CV_8U, uchar, CV_NOP,
1459 CV_8U, ucha
[all...]
H A Dcxcmp.cpp661 if( type == CV_8U && icvCompare_8u_C1R_p )
781 if( type == CV_8U || type == CV_16S )
783 int minval = type == CV_8U ? 0 : -32768;
784 int maxval = type == CV_8U ? 255 : 32767;
802 if( type == CV_8U && icvCompare_8u_C1R_p )
1123 if( CV_MAT_DEPTH(type) == CV_8U )
1158 if( type == CV_8U && icvThreshold_LT_8u_C1R_p )
1179 if( type == CV_8U && icvThreshold_GT_8u_C1R_p )
1199 if( type == CV_8U && size.width*size.height >= 1024 )
1203 CvMat _tab = cvMat( 1, 256, CV_8U, ta
[all...]
H A Dcxlut.cpp298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) )
300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] :
H A Dcxrand.cpp417 fastrng_tab->fn_2d[CV_8U] = (void*)icvRandBits_8u_C1R;
423 rng_tab->fn_2d[CV_8U] = (void*)icvRand_8u_C1R;
431 normal_tab->fn_2d[CV_8U] = (void*)icvRandn_8u_C1R;
H A Dcxdrawing.cpp313 assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
576 //assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
1676 if( CV_MAT_DEPTH( type ) == CV_8U )
1750 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
1789 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
1830 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
1879 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
1926 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
1964 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
2032 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U )
[all...]
H A Dcxtables.cpp52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
H A Dcxmatmul.cpp1808 if( CV_MAT_DEPTH(type) == CV_8U )
2360 tabfl->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u32f_C1R;
2368 tabdb->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u64f_C1R;
2427 tabfl->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u32f_C1R;
2435 tabdb->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u64f_C1R;
3179 stype == CV_8U && dtype == CV_32F ?
3182 stype == CV_8U && dtype == CV_64F ?
/external/opencv/cvaux/src/
H A Dcvmat.cpp54 case CV_8U:
84 case CV_8U:
116 case CV_8U:
144 case CV_8U:
188 case CV_8U:
839 case CV_8U: if( !fmt )
H A Dcvcalibfilter.cpp797 CV_8U + (src->nChannels-1)*8 );
/external/opencv/cv/src/
H A Dcvsumpixels.cpp288 table_c1->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_C1R;
292 table_cn->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_CnR;
346 (CV_MAT_DEPTH( src->type ) != CV_8U ||
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
H A Dcvderiv.cpp223 if( src_type == CV_8U )
232 if( src_type == CV_8U )
246 if( src_type == CV_8U )
255 if( src_type == CV_8U )
264 if( src_type == CV_8U )
273 if( src_type == CV_8U )
282 if( src_type == CV_8U )
413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) &&
433 if( src_depth == CV_8U )
826 if( src_type == CV_8U )
[all...]
H A Dcvcorner.cpp240 d_depth = depth == CV_8U ? CV_16S : CV_32F;
251 if( depth == CV_8U && aperture_size0 == CV_SCHARR )
261 else if( depth == CV_8U )
311 if( depth == CV_8U )
549 d_depth = depth == CV_8U ? CV_16S : CV_32F;
559 if( depth == CV_8U )
614 if( depth == CV_8U )
H A Dcvcolor.cpp2261 if( depth != CV_8U && depth != CV_16U && depth != CV_32F )
2287 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvBGR2BGRx_8u_C3C4R :
2300 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2BGR_8u_CnC3R :
2312 func0 = depth == CV_8U ? (CvColorCvtFunc0)icvBGRA2RGBA_8u_C4R :
2329 if( depth != CV_8U )
2354 if( depth != CV_8U )
2375 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2Gray_8u_CnC1R :
2389 if( depth != CV_8U )
2405 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvGray2BGRx_8u_C1CnR :
2418 if( depth != CV_8U )
[all...]
H A Dcvstereobm.cpp603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U );
604 state->preFilteredImg1 = cvCreateMat( left0->rows, left0->cols, CV_8U );
606 left = cvMat(left0->rows, left0->cols, CV_8U, state->preFilteredImg0->data.ptr);
607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr);
634 state->slidingSumBuf = cvCreateMat( 1, bufSize*n, CV_8U );
H A Dcvsmooth.cpp126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
133 if( CV_MAT_DEPTH(src_type) == CV_8U )
140 if( CV_MAT_DEPTH(dst_type) == CV_8U )
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
154 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
1361 param1 = cvRound(sigma1*(depth == CV_8U ? 3 : 4)*2 + 1)|1;
1363 param2 = cvRound(sigma2*(depth == CV_8U ? 3 : 4)*2 + 1)|1;
1440 if( depth != CV_8U || (cn != 1 && cn != 3 && cn != 4) )
H A Dcvtemplmatch.cpp70 if( CV_MAT_DEPTH( img->type ) != CV_8U &&
100 if( depth > CV_8U )
357 if( CV_MAT_DEPTH( img->type ) != CV_8U &&
388 depth == CV_8U ?
H A Dcvmorph.cpp198 if( depth == CV_8U )
211 if( depth == CV_8U )
249 if( depth == CV_8U )
259 if( depth == CV_8U )
H A Dcvimgwarp.cpp562 bilin_tab->fn_2d[CV_8U] = (void*)icvResize_Bilinear_8u_CnR;
566 bicube_tab->fn_2d[CV_8U] = (void*)icvResize_Bicubic_8u_CnR;
570 areafast_tab->fn_2d[CV_8U] = (void*)icvResize_AreaFast_8u_CnR;
574 area_tab->fn_2d[CV_8U] = (void*)icvResize_Area_8u_CnR;
850 if( depth != CV_8U )
877 if( depth != CV_8U )
1050 bilin_tab->fn_2d[CV_8U] = (void*)icvWarpAffine_Bilinear_8u_CnR;
1319 bilin_tab->fn_2d[CV_8U] = (void*)icvWarpPerspective_Bilinear_8u_CnR;
1754 bilinear_tab->fn_2d[CV_8U] = (void*)icvRemap_Bilinear_8u_CnR;
1758 bicubic_tab->fn_2d[CV_8U]
[all...]
H A Dcvsamplers.cpp520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \
582 if( CV_MAT_DEPTH( src->type ) != CV_8U || CV_MAT_DEPTH( dst->type ) != CV_32F )
878 if( CV_MAT_DEPTH( src->type ) != CV_8U || CV_MAT_DEPTH( dst->type ) != CV_32F )
H A Dcvthresh.cpp389 case CV_8U:
H A Dcvsurf.cpp353 CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U, PATCH);
354 CvMat _rs_patch = cvMat(RS_PATCH_SZ, RS_PATCH_SZ, CV_8U, RS_PATCH);
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
536 image->cols, CV_MAKETYPE(CV_8U,channels)) );
/external/opencv/cxcore/include/
H A Dcxtypes.h468 #define CV_8U 0 macro
480 #define CV_8UC1 CV_MAKETYPE(CV_8U,1)
481 #define CV_8UC2 CV_MAKETYPE(CV_8U,2)
482 #define CV_8UC3 CV_MAKETYPE(CV_8U,3)
483 #define CV_8UC4 CV_MAKETYPE(CV_8U,4)
484 #define CV_8UC(n) CV_MAKETYPE(CV_8U,(n))
H A Dcxmisc.h830 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \
884 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u; \

Completed in 300 milliseconds

12