OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OrbFeaturesFinder
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp
122
class CV_EXPORTS
OrbFeaturesFinder
: public FeaturesFinder
125
OrbFeaturesFinder
(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5);
/external/opencv3/modules/stitching/src/
matchers.cpp
386
OrbFeaturesFinder
::
OrbFeaturesFinder
(Size _grid_size, int n_features, float scaleFactor, int nlevels)
392
void
OrbFeaturesFinder
::find(InputArray image, ImageFeatures &features)
427
// LOGLN("
OrbFeaturesFinder
::find: gray_image.empty=" << (gray_image.empty()?"true":"false") << ", "
434
// LOGLN("
OrbFeaturesFinder
::find: gray_image_part.empty=" << (gray_image_part.empty()?"true":"false") << ", "
Completed in 791 milliseconds