HomeSort by relevance Sort by last modified time
    Searched refs:CV_IS_MAT_CONT (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/opencv3/modules/imgproc/src/
utils.cpp 65 if( (mat->width != 1 && mat->height != 1) || !CV_IS_MAT_CONT(mat->type))
  /external/opencv/cv/src/
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 ))
563 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type ))
637 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type ))
664 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type & mask->type ))
    [all...]
cvmotempl.cpp 144 if( CV_IS_MAT_CONT( mhi->type & silh->type ))
347 if( CV_IS_MAT_CONT( mhi->type & mask->type & orient->type ))
cvthresh.cpp 375 if( CV_IS_MAT_CONT( src->type & dst->type ))
cvconvhull.cpp 296 if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type))
579 !CV_IS_MAT_CONT(mat->type) || CV_MAT_TYPE(mat->type) != CV_32SC1 )
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 164 #define CV_IS_MAT_CONT(flags) ((flags) & CV_MAT_CONT_FLAG)
165 #define CV_IS_CONT_MAT CV_IS_MAT_CONT
  /external/opencv/cxcore/src/
cxlogic.cpp 265 cont_flag = CV_IS_MAT_CONT( src->type & dst->type );
282 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
432 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type );
449 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type );
681 if( CV_IS_MAT_CONT( src->type & dst->type ))
cxlut.cpp 266 if( !CV_IS_MAT_CONT(lut->type) || (lut_cn != 1 && lut_cn != cn) ||
278 if( CV_IS_MAT_CONT( src->type & dst->type ))
cxutils.cpp 78 if( (labels->rows != 1 && (labels->cols != 1 || !CV_IS_MAT_CONT(labels->type))) ||
663 if( CV_MAT_TYPE(a->type) == CV_32F || !CV_IS_MAT_CONT(a->type))
672 if( CV_MAT_TYPE(r->type) == CV_32F || !CV_IS_MAT_CONT(r->type))
711 if( CV_IS_MAT(s) && CV_IS_MAT(d) && CV_IS_MAT_CONT(s->type & d->type) &&
837 cont_flag = CV_IS_MAT_CONT(mat->type);
928 if( CV_IS_MAT_CONT(mat->type) )
    [all...]
cxcopy.cpp 427 if( CV_IS_MAT_CONT( src->type & dst->type ) && (src_step == dst_step) && (src_step == src->width * pix_size))
464 if( CV_IS_MAT_CONT( src->type & dst->type & mask->type ))
565 if( CV_IS_MAT_CONT( mat->type ))
632 if( CV_IS_MAT_CONT( mat->type & mask->type ))
731 if( CV_IS_MAT_CONT( mat->type ))
    [all...]
cxcmp.cpp 312 if( CV_IS_MAT_CONT( src1->type & src2->type & src3->type & dst->type ))
393 if( CV_IS_MAT_CONT( src1->type & dst->type ))
641 if( CV_IS_MAT_CONT( src1->type & src2->type & dst->type ))
766 if( CV_IS_MAT_CONT( src1->type & dst->type ))
    [all...]
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 ))
680 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
    [all...]
cxmathfuncs.cpp 385 if( CV_IS_MAT_CONT( xmat->type & ymat->type & cont_flag ))
635 if( CV_IS_MAT_CONT( cont_flag ))
    [all...]
cxarray.cpp 1013 if( CV_IS_MAT_CONT( mat->type ))
1225 if( !CV_IS_MAT_CONT( mat->type ))
    [all...]
cxconvert.cpp 502 if( CV_IS_MAT_CONT( cont_flag ))
608 if( CV_IS_MAT_CONT( cont_flag ))
    [all...]
cxmean.cpp 441 if( CV_IS_MAT_CONT( mat->type & mask->type ))
cxminmaxloc.cpp 347 if( CV_IS_MAT_CONT(cont_flag) )
cxmatmul.cpp     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 416 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
534 (var_idx->rows != 1 && var_idx->cols != 1) || !CV_IS_MAT_CONT(var_idx->type) )
589 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
598 (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) )
682 (sample_idx->rows != 1 && sample_idx->cols != 1) || !CV_IS_MAT_CONT(sample_idx->type) )
    [all...]
old_ml_boost.cpp     [all...]
  /external/opencv3/modules/imgcodecs/src/
loadsave.cpp 667 CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) );
675 CV_Assert( _buf && CV_IS_MAT_CONT(_buf->type) );
  /external/opencv3/modules/core/src/
array.cpp 867 if( CV_IS_MAT_CONT( mat->type ))
1050 if( !CV_IS_MAT_CONT( mat->type ))
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 483 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
604 var_idx->rows != 1 && var_idx->cols != 1 || !CV_IS_MAT_CONT(var_idx->type) )
659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
668 sample_idx->rows != 1 && sample_idx->cols != 1 || !CV_IS_MAT_CONT(sample_idx->type) )
752 sample_idx->rows != 1 && sample_idx->cols != 1 || !CV_IS_MAT_CONT(sample_idx->type) )
    [all...]
mlann_mlp.cpp 232 l_step = CV_IS_MAT_CONT(_layer_sizes->type) ? 1 :
418 assert( CV_IS_MAT_CONT(sums->type) );
483 assert( CV_IS_MAT_CONT( _xf->type & _df->type ) );
754 sw_step = CV_IS_MAT_CONT(_sample_weights->type) ? 1 :
    [all...]
mlknearest.cpp 220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1;

Completed in 390 milliseconds

1 2 3