Searched refs:CV_MAT_CN (Results 1 - 25 of 58) sorted by relevance

123

/external/opencv/cvaux/src/
H A Dcvmat.cpp50 assert( (unsigned)coi < (unsigned)CV_MAT_CN(type) );
80 assert( (unsigned)coi < (unsigned)CV_MAT_CN(type) );
112 assert( (unsigned)coi < (unsigned)CV_MAT_CN(type) );
140 int i, cn = CV_MAT_CN(type);
184 int cn = CV_MAT_CN(type);
404 if( CV_MAT_DEPTH(a->type) >= CV_32F && CV_MAT_CN(a->type) <= 2 )
724 CV_MAT_CN(src->type)|CV_MAT_DEPTH(depth));
829 int i, j, w = width * CV_MAT_CN(type);
/external/opencv/cv/src/
H A Dcvfeatureselect.cpp124 if( CV_MAT_CN(img->type) != 1 ||
125 CV_MAT_CN(eig->type) != 1 ||
126 CV_MAT_CN(tmp->type) != 1 )
H A Dcvundistort.cpp155 (dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 4 &&
156 dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 5) ||
164 CV_MAKETYPE(CV_32F, CV_MAT_CN(dist_coeffs->type)), k );
167 cn = CV_MAT_CN(src->type);
218 (dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 4 &&
219 dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 5) ||
227 CV_MAKETYPE(CV_32F, CV_MAT_CN(dist_coeffs->type)), k );
325 (distCoeffs->rows*distCoeffs->cols*CV_MAT_CN(distCoeffs->type) == 4 ||
326 distCoeffs->rows*distCoeffs->cols*CV_MAT_CN(distCoeffs->type) == 5) &&
330 CV_MAKETYPE(CV_64F, CV_MAT_CN(distCoeff
[all...]
H A Dcvcalibration.cpp521 if( !CV_ARE_DEPTHS_EQ(src, jacobian) || CV_MAT_CN(jacobian->type) != 1 )
534 if( src->rows + src->cols*CV_MAT_CN(src->type) - 1 != 3 )
537 if( dst->rows != 3 || dst->cols != 3 || CV_MAT_CN(dst->type) != 1 )
618 if( (dst->rows != 1 || dst->cols*CV_MAT_CN(dst->type) != 3) &&
619 (dst->rows != 3 || dst->cols != 1 || CV_MAT_CN(dst->type) != 1))
803 ((objectPoints->rows == 1 && CV_MAT_CN(objectPoints->type) == 3) ||
804 (objectPoints->rows == count && CV_MAT_CN(objectPoints->type)*objectPoints->cols == 3)))
813 ((imagePoints->rows == 1 && CV_MAT_CN(imagePoints->type) == 2) ||
814 (imagePoints->rows == count && CV_MAT_CN(imagePoints->type)*imagePoints->cols == 2)))
824 r_vec->rows*r_vec->cols*CV_MAT_CN(r_ve
[all...]
H A Dcvsmooth.cpp121 (!normalized && CV_MAT_CN(_src_type) != CV_MAT_CN(_dst_type)))
196 int cn = CV_MAT_CN(state->get_src_type());
222 int cn = CV_MAT_CN(state->get_src_type());
250 int cn = CV_MAT_CN(state->get_src_type());
311 int cn = CV_MAT_CN(state->get_src_type());
387 int cn = CV_MAT_CN(state->get_src_type());
445 int cn = CV_MAT_CN(state->get_src_type());
1046 int cn = CV_MAT_CN(src->type);
1160 int cn = CV_MAT_CN(sr
[all...]
H A Dcvtemplmatch.cpp85 if( (!CV_ARE_CNS_EQ( img, corr ) || CV_MAT_CN(templ->type) > 1) &&
86 (CV_MAT_CN( corr->type ) > 1 || !CV_ARE_CNS_EQ( img, templ)) )
92 cn = CV_MAT_CN(img->type);
94 templ_cn = CV_MAT_CN(templ->type);
96 corr_cn = CV_MAT_CN(corr->type);
382 cn = CV_MAT_CN(img->type);
H A Dcvfundam.cpp1048 cn = CV_MAT_CN(points->type);
1081 abc_cn = CV_MAT_CN(lines->type);
1221 if( !((src->cols > 1) ^ (CV_MAT_CN(src->type) > 1)) )
1224 s_dims = CV_MAT_CN(src->type)*src->cols;
1229 if( !((src->rows > 1) ^ (CV_MAT_CN(src->type) > 1)) )
1232 s_dims = CV_MAT_CN(src->type)*src->rows;
1241 if( !((dst->cols > 1) ^ (CV_MAT_CN(dst->type) > 1)) )
1245 d_dims = CV_MAT_CN(dst->type)*dst->cols;
1250 if( !((dst->rows > 1) ^ (CV_MAT_CN(dst->type) > 1)) )
1254 d_dims = CV_MAT_CN(ds
[all...]
H A Dcvderiv.cpp387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 );
415 CV_MAT_CN(_src_type) != CV_MAT_CN(_dst_type) )
496 int cn = CV_MAT_CN(state->get_src_type()); \
554 int cn = CV_MAT_CN(state->get_src_type());
696 int cn = CV_MAT_CN(state->get_src_type());
H A Dcvfilter.cpp105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type));
687 CV_MAT_CN(_kx->type) != 1 || CV_MAT_CN(_ky->type) != 1 ||
692 if( CV_MAT_CN(_src_type) != CV_MAT_CN(_dst_type) )
909 int cn = CV_MAT_CN(state->get_src_type());
1044 int cn = CV_MAT_CN(state->get_src_type()); \
1092 int cn = CV_MAT_CN(state->get_src_type()); \
1169 int cn = CV_MAT_CN(stat
[all...]
H A Dcvsumpixels.cpp376 if( CV_MAT_CN(tilted->type) != 1 )
385 cn = CV_MAT_CN(src->type);
H A Dcvaccum.cpp440 size.width *= CV_MAT_CN(type);
535 size.width *= CV_MAT_CN(type);
635 size.width *= CV_MAT_CN(type);
743 size.width *= CV_MAT_CN(type);
H A Dcvmorph.cpp225 int cn = CV_MAT_CN(src_type);
282 int i, cn = CV_MAT_CN(src_type);
470 int cn = CV_MAT_CN(state->get_src_type()); \
529 int cn = CV_MAT_CN(state->get_src_type()); \
657 int cn = CV_MAT_CN(state->get_src_type()); \
/external/opencv/cxcore/src/
H A Dcximage.cpp89 CV_MAT_DEPTH(m->type), CV_MAT_CN(m->type) ));
270 if( (CV_MAT_CN(m->type) > 1) != (color == 0) )
H A Dcxsumpixels.cpp423 if( CV_MAT_CN(type) > 4 )
511 if( CV_MAT_CN(type) == 1 || coi == 0 )
515 if( CV_MAT_CN(type) > 4 )
545 CV_MAT_CN(type), coi, sum.val ));
615 if( CV_MAT_CN(type) != 1 )
649 if( CV_MAT_CN(type) == 1 || coi == 0 )
653 if( CV_MAT_CN(type) != 1 )
669 IPPI_CALL( func( mat->data.ptr, mat_step, size, CV_MAT_CN(type), coi, &count ));
902 cn = CV_MAT_CN(src->type);
H A Dcxmean.cpp448 if( CV_MAT_CN(type) == 1 || coi == 0 )
452 if( CV_MAT_CN(type) > 4 )
472 mask_step, size, CV_MAT_CN(type), coi, mean.val ));
H A Dcxminmaxloc.cpp321 cn = CV_MAT_CN( type );
358 if( CV_MAT_CN(type) == 1 || coi == 0 )
381 if( CV_MAT_CN(type) == 1 || coi == 0 )
H A Dcxlut.cpp263 cn = CV_MAT_CN( dst->type );
264 lut_cn = CV_MAT_CN( lut->type );
H A Dcxarithm.cpp314 iterator.size.width *= CV_MAT_CN(type);
376 cn = CV_MAT_CN(type);
592 iterator.size.width *= CV_MAT_CN(type);
618 cn = CV_MAT_CN(type);
786 iterator.size.width *= CV_MAT_CN(type);
848 cn = CV_MAT_CN(type);
1064 iterator.size.width *= CV_MAT_CN(type);
1090 cn = CV_MAT_CN(type);
1378 iterator.size.width *= CV_MAT_CN(type);
1405 size.width *= CV_MAT_CN( typ
[all...]
H A Dcxconvert.cpp470 cn = CV_MAT_CN( type );
484 if( CV_MAT_CN( dst[i]->type ) != 1 )
576 cn = CV_MAT_CN( type );
590 if( CV_MAT_CN( src[i]->type ) != 1 )
821 cn = CV_MAT_CN(mat->type);
828 cn = CV_MAT_CN(mat->type);
959 size.width *= CV_MAT_CN(srctype);
1552 iterator.size.width *= CV_MAT_CN(type);
1615 size.width *= CV_MAT_CN( type );
H A Dcxmeansdv.cpp710 if( CV_MAT_CN(type) > 4 && coi == 0 )
725 if( CV_MAT_CN(type) == 1 || coi == 0 )
743 CV_MAT_CN(type), coi, mean.val, sdv.val ));
765 if( CV_MAT_CN(type) == 1 || coi == 0 )
785 size, CV_MAT_CN(type), coi, mean.val, sdv.val ));
H A Dcxcmp.cpp326 if( CV_MAT_CN(type) > 4 )
405 if( CV_MAT_CN(type) > 4 )
628 if( CV_MAT_CN( src1->type ) != 1 )
757 if( CV_MAT_CN( src1->type ) != 1 )
1013 if( CV_MAT_CN( src1->type ) != 1 )
1112 if( CV_MAT_CN( src1->type ) != 1 )
1460 size.width *= CV_MAT_CN( type );
1529 size.width *= CV_MAT_CN( type );
H A Dcxarray.cpp649 int pix_size = pix_size1*CV_MAT_CN(type);
1704 int cn = CV_MAT_CN( type );
1783 int cn = CV_MAT_CN( flags );
2365 if( CV_MAT_CN( type ) > 1 )
2411 if( CV_MAT_CN( type ) > 1 )
2446 if( CV_MAT_CN( type ) > 1 )
2478 if( CV_MAT_CN( type ) > 1 )
2637 if( CV_MAT_CN( type ) > 1 )
2677 if( CV_MAT_CN( type ) > 1 )
2704 if( CV_MAT_CN( typ
[all...]
H A Dcxmathfuncs.cpp383 size.width *= CV_MAT_CN(xmat->type);
633 size.width *= CV_MAT_CN(angle->type);
1051 size.width *= CV_MAT_CN(src->type);
1610 size.width *= CV_MAT_CN(src->type);
1774 size.width *= CV_MAT_CN(src->type);
1959 size.width *= CV_MAT_CN( type );
/external/opencv/otherlibs/highgui/
H A Dutils.cpp586 src_cn = CV_MAT_CN( src->type );
587 dst_cn = CV_MAT_CN( dst->type );
595 if( CV_MAT_CN(dst->type) != 1 && CV_MAT_CN(dst->type) != 3 )
/external/opencv/
H A Dcvjni.cpp144 int channels = CV_MAT_CN( mat_image->type );
261 channels = CV_MAT_CN( mat_image->type );
755 channels = CV_MAT_CN( mat_image->type );

Completed in 2458 milliseconds

123