Home
last modified time | relevance | path

Searched refs:_area_threshold (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/
Dmser.cpp58 int _max_evolution=200, double _area_threshold=1.01, in Params()
67 areaThreshold = _area_threshold; in Params()
1082 int _max_evolution, double _area_threshold, in create() argument
1088 _max_evolution, _area_threshold, in create()
/external/opencv3/samples/cpp/
Ddetect_mser.cpp45 int _max_evolution = 200, double _area_threshold = 1.01, in MSERParams()
54 areaThreshold = _area_threshold; in MSERParams()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp336 int _max_evolution=200, double _area_threshold=1.01,