HomeSort by relevance Sort by last modified time
    Searched refs:CV_IS_MAT (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/opencv/cv/src/
cvfundam.cpp 592 CV_ASSERT( CV_IS_MAT(imagePoints) && CV_IS_MAT(objectPoints) );
961 CV_ASSERT( CV_IS_MAT(points1) && CV_IS_MAT(points2) && CV_ARE_SIZES_EQ(points1, points2) );
962 CV_ASSERT( CV_IS_MAT(fmatrix) && fmatrix->cols == 3 &&
1044 if( !CV_IS_MAT(points) )
    [all...]
cvutils.cpp 58 if( !CV_IS_MAT( mat ))
488 if( !CV_IS_MAT(src) )
491 if( !CV_IS_MAT(dst) )
cvhough.cpp 107 CV_ASSERT( CV_IS_MAT(img) && CV_MAT_TYPE(img->type) == CV_8UC1 );
237 CV_ASSERT( CV_IS_MAT(img) && CV_MAT_TYPE(img->type) == CV_8UC1 );
509 CV_ASSERT( CV_IS_MAT(image) && CV_MAT_TYPE(image->type) == CV_8UC1 );
785 else if( CV_IS_MAT( lineStorage ))
    [all...]
cvsamplers.cpp 557 if( !CV_IS_MAT(src))
560 if( !CV_IS_MAT(dst))
    [all...]
cvfilter.cpp 447 if( !CV_IS_MAT(src) )
483 if( !CV_IS_MAT(dst) )
684 if( !CV_IS_MAT(_kx) || !CV_IS_MAT(_ky) ||
    [all...]
cvmorph.cpp 174 if( !CV_IS_MAT(_element) )
388 if( !CV_IS_MAT(element) )
    [all...]
cvaccum.cpp 405 if( !CV_IS_MAT( mat ) || !CV_IS_MAT( sum ))
    [all...]
cvconvhull.cpp 291 if( !CV_IS_MAT( hull_storage ))
575 if( !CV_IS_MAT( hull ))
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
cxsvd.cpp 1236 if( !CV_IS_MAT( a ))
1239 if( !CV_IS_MAT( w ))
1277 if( !CV_IS_MAT( u ))
    [all...]
cxjacobieigens.cpp 381 if( !CV_IS_MAT( src ))
384 if( !CV_IS_MAT( evects ))
387 if( !CV_IS_MAT( evals ))
cxarray.cpp 1186 if( CV_IS_MAT( arr ))
    [all...]
cxmean.cpp 423 if( !CV_IS_MAT(mat) )
426 if( !CV_IS_MAT(mask) )
cxsumpixels.cpp 411 if( !CV_IS_MAT(mat) )
602 if( !CV_IS_MAT(mat) )
    [all...]
cxminmaxloc.cpp 316 if( !CV_IS_MAT(mat) )
cxdxt.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp 1011 if( CV_IS_MAT( arr ))
1162 if( CV_IS_MAT( arr ))
    [all...]
  /external/opencv/ml/src/
_ml.h 109 (CV_IS_MAT( mat ) && CV_MAT_TYPE( mat->type ) == (mat_type) && \
mlem.cpp 157 if( !CV_IS_MAT(p) ||
169 if( !CV_IS_MAT(m) ||
181 if( !CV_IS_MAT(w) ||
194 if( !CV_IS_MAT(cov) ||
332 if( labels && (!CV_IS_MAT(labels) || CV_MAT_TYPE(labels->type) != CV_32SC1 ||
    [all...]
mlann_mlp.cpp 222 if( !CV_IS_MAT(_layer_sizes) ||
278 if( !CV_IS_MAT(_inputs) || !CV_IS_MAT(_outputs) ||
712 if( !CV_IS_MAT(_inputs) || CV_MAT_TYPE(_inputs->type) != CV_32FC1 &&
719 if( !CV_IS_MAT(_outputs) || CV_MAT_TYPE(_outputs->type) != CV_32FC1 &&
741 if( !CV_IS_MAT(_sample_weights) )
    [all...]
mlnbayes.cpp 300 if( !CV_IS_MAT(samples) || CV_MAT_TYPE(samples->type) != CV_32FC1 || samples->cols != var_all )
310 if( !CV_IS_MAT(results) || CV_MAT_TYPE(results->type) != CV_32FC1 &&
mltree.cpp 225 if( !CV_IS_MAT(_responses) ||
    [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 221 if( !m || !CV_IS_MAT(m) || m->rows != test_mat.rows || m->cols != test_mat.cols ||
230 if( m && CV_IS_MAT(m))
  /external/opencv3/apps/traincascade/
old_ml_precomp.hpp 105 (CV_IS_MAT( mat ) && CV_MAT_TYPE( mat->type ) == (mat_type) && \
  /external/opencv3/modules/imgproc/src/
convhull.cpp 439 if( !CV_IS_MAT( hull_storage ))
565 if( !CV_IS_MAT( hull ))

Completed in 771 milliseconds

12 3 4