Home
last modified time | relevance | path

Searched defs:minArea (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/
Dcudalegacy.hpp176 float minArea; //!< Discard foreground blobs whose bounding box is smaller than this threshold. member
/external/opencv3/samples/cpp/
Ddetect_mser.cpp61 int minArea; member
/external/opencv3/modules/features2d/src/
Dmser.cpp74 int minArea; member
93 void setMinArea(int minArea) { params.minArea = minArea; } in setMinArea()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp535 CV_PROP_RW float minArea, maxArea; member
/external/opencv/cvaux/include/
Dcvaux.h1270 …float minArea; /* Discard foreground blobs whose bounding box is smaller than this threshold. … member
1344 double bg_threshold, std_threshold, minArea; member
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp395 double minArea; // for postfiltering member