Searched refs:minArea (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp158 params.minArea = CV_BGFG_MOG_MINAREA;
328 if( cnt->rect.width * cnt->rect.height < bg_model->params.minArea )
H A Dcvbgfg_acmmm2003.cpp114 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/
H A Dcvaux.h1270 float minArea; /* Discard foreground blobs whose bounding box is smaller than this threshold. */ member in struct:CvFGDStatModelParams
1344 double bg_threshold, std_threshold, minArea; member in struct:CvGaussBGStatModelParams

Completed in 48 milliseconds