/external/opencv/cvaux/src/ |
cvmat.cpp | 50 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/ |
cvfeatureselect.cpp | 124 if( CV_MAT_CN(img->type) != 1 || 125 CV_MAT_CN(eig->type) != 1 || 126 CV_MAT_CN(tmp->type) != 1 )
|
cvundistort.cpp | 155 (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(distCoeffs->type)), k ) [all...] |
cvcalibration.cpp | 521 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_vec->type) != 3) & [all...] |
cvsmooth.cpp | 121 (!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()); [all...] |
cvtemplmatch.cpp | 85 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);
|
cvfundam.cpp | [all...] |
cvderiv.cpp | 387 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()); [all...] |
cvfilter.cpp | 105 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()); [all...] |
cvsumpixels.cpp | 376 if( CV_MAT_CN(tilted->type) != 1 ) 385 cn = CV_MAT_CN(src->type);
|
cvaccum.cpp | 440 size.width *= CV_MAT_CN(type); 535 size.width *= CV_MAT_CN(type); 635 size.width *= CV_MAT_CN(type); [all...] |
cvmorph.cpp | 225 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()); \ [all...] |
/external/opencv/cxcore/src/ |
cximage.cpp | 89 CV_MAT_DEPTH(m->type), CV_MAT_CN(m->type) )); 270 if( (CV_MAT_CN(m->type) > 1) != (color == 0) )
|
cxsumpixels.cpp | 423 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 )); [all...] |
cxmean.cpp | 448 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 ));
|
cxminmaxloc.cpp | 321 cn = CV_MAT_CN( type ); 358 if( CV_MAT_CN(type) == 1 || coi == 0 ) 381 if( CV_MAT_CN(type) == 1 || coi == 0 )
|
cxlut.cpp | 263 cn = CV_MAT_CN( dst->type ); 264 lut_cn = CV_MAT_CN( lut->type );
|
cxarithm.cpp | 314 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); [all...] |
cxconvert.cpp | 470 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 ) [all...] |
cxmeansdv.cpp | [all...] |
cxcmp.cpp | 326 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 ) [all...] |
cxarray.cpp | 649 int pix_size = pix_size1*CV_MAT_CN(type); [all...] |
cxmathfuncs.cpp | 383 size.width *= CV_MAT_CN(xmat->type); 633 size.width *= CV_MAT_CN(angle->type); [all...] |
/external/opencv/otherlibs/highgui/ |
utils.cpp | 586 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/ |
cvjni.cpp | 144 int channels = CV_MAT_CN( mat_image->type );
261 channels = CV_MAT_CN( mat_image->type );
755 channels = CV_MAT_CN( mat_image->type );
|