Home
last modified time | relevance | path

Searched refs:_max_evolution (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()
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/
Ddetect_mser.cpp45 int _max_evolution = 200, double _area_threshold = 1.01, in MSERParams()
53 maxEvolution = _max_evolution; in MSERParams()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp336 int _max_evolution=200, double _area_threshold=1.01,