Searched refs:_max_evolution (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | mser.cpp | 58 int _max_evolution=200, double _area_threshold=1.01, in Params() 66 maxEvolution = _max_evolution; in Params() 1082 int _max_evolution, double _area_threshold, in create() argument 1088 _max_evolution, _area_threshold, in create()
|
/external/opencv3/samples/cpp/ |
D | detect_mser.cpp | 45 int _max_evolution = 200, double _area_threshold = 1.01, in MSERParams() 53 maxEvolution = _max_evolution; in MSERParams()
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 336 int _max_evolution=200, double _area_threshold=1.01,
|