Home
last modified time | relevance | path

Searched refs:CV_IS_MAT_CONT (Results 1 – 25 of 61) sorted by relevance

123

/external/opencv/cv/src/
Dcvaccum.cpp441 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()
Dcvmotempl.cpp144 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()
Dcvconvhull.cpp296 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/
Dcvdef.h164 #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/
Dcxlogic.cpp265 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()
Dcxutils.cpp78 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()
Dcxarithm.cpp380 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 …]
Dcxcopy.cpp427 …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()
Dcxcmp.cpp312 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()
Dcxlut.cpp266 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()
Dcxarray.cpp1013 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 …]
Dcxmathfuncs.cpp385 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()
Dcxconvert.cpp502 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()
Dcxmeansdv.cpp718 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()
Dcxnorm.cpp1027 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()
Dcxmatrix.cpp77 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/
Dutils.cpp65 if( (mat->width != 1 && mat->height != 1) || !CV_IS_MAT_CONT(mat->type)) in cvPointSeqFromMat()
Dconvhull.cpp444 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/
Darray.cpp867 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/
Dold_ml_inner_functions.cpp416 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()
Dold_ml_boost.cpp1154 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/
Dloadsave.cpp667 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/
Dml_inner_functions.cpp483 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()
Dmlann_mlp.cpp232 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()
Dmlknearest.cpp220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1; in write_results()

123