Home
last modified time | relevance | path

Searched refs:_grid_size (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp125 …OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nle…
/external/opencv3/modules/stitching/src/
Dmatchers.cpp386 OrbFeaturesFinder::OrbFeaturesFinder(Size _grid_size, int n_features, float scaleFactor, int nlevel… in OrbFeaturesFinder() argument
388 grid_size = _grid_size; in OrbFeaturesFinder()