HomeSort by relevance Sort by last modified time
    Searched refs:minArea (Results 1 - 4 of 4) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 158 params.minArea = CV_BGFG_MOG_MINAREA;
328 if( cnt->rect.width * cnt->rect.height < bg_model->params.minArea )
cvbgfg_acmmm2003.cpp 114 params.minArea = CV_BGFG_FGD_MINAREA;
435 if( model->params.minArea > 0 || model->params.is_obj_without_holes ){
443 if( cnt->rect.width * cnt->rect.height < model->params.minArea ||
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 260 const GGLcoord minArea = 2; // cannot be inverted
264 if (abs(area) >= minArea) {
    [all...]

Completed in 168 milliseconds