/external/opencv/cv/src/ |
D | cvaccum.cpp | 441 if( CV_IS_MAT_CONT( mat->type & sum->type )) 467 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type )) 537 if( CV_IS_MAT_CONT( mat->type & sum->type )) in cvSquareAcc() 563 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type )) in cvSquareAcc() 637 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type )) in cvMultiplyAcc() 664 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type & mask->type )) in cvMultiplyAcc() 744 if( CV_IS_MAT_CONT( mat->type & sum->type )) in cvRunningAvg() 771 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type )) in cvRunningAvg()
|
D | cvmotempl.cpp | 144 if( CV_IS_MAT_CONT( mhi->type & silh->type )) in cvUpdateMotionHistory() 347 if( CV_IS_MAT_CONT( mhi->type & mask->type & orient->type )) in cvCalcGlobalOrientation()
|
D | cvconvhull.cpp | 296 if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type)) in cvConvexHull2() 579 !CV_IS_MAT_CONT(mat->type) || CV_MAT_TYPE(mat->type) != CV_32SC1 ) in cvConvexityDefects()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cvdef.h | 164 #define CV_IS_MAT_CONT(flags) ((flags) & CV_MAT_CONT_FLAG) macro 165 #define CV_IS_CONT_MAT CV_IS_MAT_CONT
|
/external/opencv/cxcore/src/ |
D | cxlogic.cpp | 265 cont_flag = CV_IS_MAT_CONT( src->type & dst->type ); in icvLogicS() 282 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type ); in icvLogicS() 432 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type ); in icvLogic() 449 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type ); in icvLogic() 681 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvNot()
|
D | cxutils.cpp | 78 if( (labels->rows != 1 && (labels->cols != 1 || !CV_IS_MAT_CONT(labels->type))) || in cvKMeans2() 663 if( CV_MAT_TYPE(a->type) == CV_32F || !CV_IS_MAT_CONT(a->type)) in cvSolvePoly() 672 if( CV_MAT_TYPE(r->type) == CV_32F || !CV_IS_MAT_CONT(r->type)) in cvSolvePoly() 711 if( CV_IS_MAT(s) && CV_IS_MAT(d) && CV_IS_MAT_CONT(s->type & d->type) && in cvNormalize() 837 cont_flag = CV_IS_MAT_CONT(mat->type); in cvRandShuffle() 928 if( CV_IS_MAT_CONT(mat->type) ) in cvRange() 1113 (src->cols > 1 || !CV_IS_MAT_CONT(src->type & in cvSort()
|
D | cxarithm.cpp | 380 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) 436 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type ); 626 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvSubRS() 680 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type ); in cvSubRS() 852 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) in cvAdd() 908 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type ); in cvAdd() 1098 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvAddS() 1152 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type ); in cvAddS() 1407 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) in cvMul() 1782 if( CV_IS_MAT_CONT( src1_cont_flag & src2->type & dst->type )) in cvDiv() [all …]
|
D | cxcopy.cpp | 427 …if( CV_IS_MAT_CONT( src->type & dst->type ) && (src_step == dst_step) && (src_step == src->width *… in cvCopy() 464 if( CV_IS_MAT_CONT( src->type & dst->type & mask->type )) in cvCopy() 565 if( CV_IS_MAT_CONT( mat->type )) in cvSet() 632 if( CV_IS_MAT_CONT( mat->type & mask->type )) in cvSet() 731 if( CV_IS_MAT_CONT( mat->type )) in cvSetZero()
|
D | cxcmp.cpp | 312 if( CV_IS_MAT_CONT( src1->type & src2->type & src3->type & dst->type )) in cvInRange() 393 if( CV_IS_MAT_CONT( src1->type & dst->type )) in cvInRangeS() 641 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) in cvCmp() 766 if( CV_IS_MAT_CONT( src1->type & dst->type )) in cvCmpS() 1023 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) in CV_DEF_INIT_FUNC_TAB_2D() 1139 if( CV_IS_MAT_CONT( src1->type & dst->type )) in icvMinMaxS() 1466 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type )) 1534 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvAbsDiffS()
|
D | cxlut.cpp | 266 if( !CV_IS_MAT_CONT(lut->type) || (lut_cn != 1 && lut_cn != cn) || in cvLUT() 278 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvLUT()
|
D | cxarray.cpp | 1013 if( CV_IS_MAT_CONT( mat->type )) in cvCreateData() 1225 if( !CV_IS_MAT_CONT( mat->type )) in cvGetRawData() 1920 if( CV_IS_MAT_CONT(mat->type)) in cvPtr1D() 1957 if( CV_IS_MAT_CONT(mat->type)) in cvPtr1D() 2207 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvGet1D() 2343 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvGetReal1D() 2501 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvSet1D() 2617 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvSetReal1D() 2859 if( !CV_IS_MAT_CONT( matnd->type )) in cvGetMat() 2971 if( !CV_IS_MAT_CONT( mat->type )) in cvReshapeMatND() [all …]
|
D | cxmathfuncs.cpp | 385 if( CV_IS_MAT_CONT( xmat->type & ymat->type & cont_flag )) in cvCartToPolar() 635 if( CV_IS_MAT_CONT( cont_flag )) in cvPolarToCart() 1053 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvExp() 1612 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvLog() 1776 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvPow() 1961 if( CV_IS_MAT_CONT( mat->type )) in cvCheckArr()
|
D | cxconvert.cpp | 502 if( CV_IS_MAT_CONT( cont_flag )) in cvSplit() 608 if( CV_IS_MAT_CONT( cont_flag )) in cvMerge() 1089 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvConvertScaleAbs() 1608 if( CV_IS_MAT_CONT( src->type & dst->type )) in cvConvertScale()
|
D | cxmeansdv.cpp | 718 if( CV_IS_MAT_CONT( mat->type )) in CV_DEF_INIT_BIG_FUNC_TAB_2D() 758 if( CV_IS_MAT_CONT( mat->type & matmask->type )) in CV_DEF_INIT_BIG_FUNC_TAB_2D()
|
D | cxnorm.cpp | 1027 if( CV_IS_MAT_CONT( mat1->type & mat2_flag )) in cvNorm() 1141 if( !mask && CV_IS_MAT_CONT( mat1->type & mat2_flag )) in cvNorm() 1346 if( CV_IS_MAT_CONT( mat1->type & mat2_flag & matmask->type )) in cvNorm()
|
D | cxmatrix.cpp | 77 if( CV_IS_MAT_CONT( mat->type )) in cvSetIdentity() 513 if( !CV_IS_MAT_CONT( src->type & dst->type )) in CV_DEF_INIT_PIXSIZE_TAB_2D() 1527 if( CV_IS_MAT_CONT(srcA->type & srcB->type & dst->type) ) in cvCrossProduct() 1550 if( CV_IS_MAT_CONT(srcA->type & srcB->type & dst->type) ) in cvCrossProduct()
|
/external/opencv3/modules/imgproc/src/ |
D | utils.cpp | 65 if( (mat->width != 1 && mat->height != 1) || !CV_IS_MAT_CONT(mat->type)) in cvPointSeqFromMat()
|
D | convhull.cpp | 444 if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type)) in cvConvexHull2() 569 !CV_IS_MAT_CONT(mat->type) || CV_MAT_TYPE(mat->type) != CV_32SC1 ) in cvConvexityDefects()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 867 if( CV_IS_MAT_CONT( mat->type )) in cvCreateData() 1050 if( !CV_IS_MAT_CONT( mat->type )) in cvGetRawData() 1666 if( CV_IS_MAT_CONT(mat->type)) in cvPtr1D() 1703 if( CV_IS_MAT_CONT(mat->type)) in cvPtr1D() 1927 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvGet1D() 2038 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvGetReal1D() 2168 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvSet1D() 2260 if( CV_IS_MAT( arr ) && CV_IS_MAT_CONT( ((CvMat*)arr)->type )) in cvSetReal1D() 2469 if( !CV_IS_MAT_CONT( matnd->type )) in cvGetMat() 2577 if( !CV_IS_MAT_CONT( mat->type )) in cvReshapeMatND() [all …]
|
/external/opencv3/apps/traincascade/ |
D | old_ml_inner_functions.cpp | 416 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type); in cvPreprocessIndexArray() 534 (var_idx->rows != 1 && var_idx->cols != 1) || !CV_IS_MAT_CONT(var_idx->type) ) in cvPreprocessVarType() 589 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses() 598 (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) ) in cvPreprocessOrderedResponses() 682 (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) ) in cvPreprocessCategoricalResponses() 1148 sample_step = CV_IS_MAT_CONT(sample->type) ? 1 : sample->step/sizeof(row_sample[0]); in cvPreparePredictData() 1150 if( !comp_idx && CV_IS_MAT_CONT(sample->type) && !as_sparse ) in cvPreparePredictData()
|
D | old_ml_boost.cpp | 1154 step = CV_IS_MAT_CONT(data->responses_copy->type) ? in update_weights() 1650 wstep = CV_IS_MAT_CONT(weak_responses->type) ? 1 : weak_responses->step/sizeof(float); in predict() 1682 sstep = CV_IS_MAT_CONT(_sample->type) ? 1 : _sample->step/sizeof(src_sample[0]); in predict() 1687 mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step; in predict() 1737 if( !CV_IS_MAT_CONT(_sample->type & (_missing ? _missing->type : -1)) ) in predict() 1839 int r_step = CV_IS_MAT_CONT(response->type) ? in calc_error()
|
/external/opencv3/modules/imgcodecs/src/ |
D | loadsave.cpp | 667 CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) ); in cvDecodeImage() 675 CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) ); in cvDecodeImageM()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 483 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type); in cvPreprocessIndexArray() 604 var_idx->rows != 1 && var_idx->cols != 1 || !CV_IS_MAT_CONT(var_idx->type) ) in cvPreprocessVarType() 659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses() 668 sample_idx->rows != 1 && sample_idx->cols != 1 || !CV_IS_MAT_CONT(sample_idx->type) ) in cvPreprocessOrderedResponses() 752 sample_idx->rows != 1 && sample_idx->cols != 1 || !CV_IS_MAT_CONT(sample_idx->type) ) in cvPreprocessCategoricalResponses()
|
D | mlann_mlp.cpp | 232 l_step = CV_IS_MAT_CONT(_layer_sizes->type) ? 1 : in create() 418 assert( CV_IS_MAT_CONT(sums->type) ); in calc_activ_func() 483 assert( CV_IS_MAT_CONT( _xf->type & _df->type ) ); in calc_activ_func_deriv() 754 sw_step = CV_IS_MAT_CONT(_sample_weights->type) ? 1 : in prepare_to_train()
|
D | mlknearest.cpp | 220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1; in write_results()
|