OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ORB
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp
89
preferable choices for SIFT and SURF descriptors, NORM_HAMMING should be used with
ORB
, BRISK and
448
//
ORB
451
/** @brief Class implementing the
ORB
(*oriented BRIEF*) keypoint detector and descriptor extractor
453
* @sa cv::
ORB
455
class CV_EXPORTS
ORB
: public cv::
ORB
, public Feature2DAsync
469
static Ptr<
ORB
> create(int nfeatures=500,
475
int scoreType=
ORB
::HARRIS_SCORE,
/external/opencv3/modules/java/src/
features2d+DescriptorExtractor.java
29
ORB
= 3,
36
OPPONENT_ORB = OPPONENTEXTRACTOR +
ORB
,
features2d+FeatureDetector.java
33
ORB
= 5,
45
GRID_ORB = GRIDDETECTOR +
ORB
,
57
PYRAMID_ORB = PYRAMIDDETECTOR +
ORB
,
69
DYNAMIC_ORB = DYNAMICDETECTOR +
ORB
,
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
247
/** @brief Class implementing the
ORB
(*oriented BRIEF*) keypoint detector and descriptor extractor
254
class CV_EXPORTS_W
ORB
: public Feature2D
259
/** @brief The
ORB
constructor
289
CV_WRAP static Ptr<
ORB
> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31,
290
int firstLevel=0, int WTA_K=2, int scoreType=
ORB
::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
[
all
...]
/external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp
33
ORB
= 5,
49
GRID_ORB = GRIDDETECTOR +
ORB
,
65
PYRAMID_ORB = PYRAMIDDETECTOR +
ORB
,
80
DYNAMIC_ORB = DYNAMICDETECTOR +
ORB
,
90
//supported: FAST STAR SIFT SURF
ORB
MSER GFTT HARRIS BRISK AKAZE Grid(XXXX) Pyramid(XXXX) Dynamic(XXXX)
126
case
ORB
:
127
fd =
ORB
::create();
317
ORB
= 3,
330
OPPONENT_ORB = OPPONENTEXTRACTOR +
ORB
,
337
//supported SIFT, SURF,
ORB
, BRIEF, BRISK, FREAK, AKAZE, Opponent(XXXX
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 592 milliseconds