OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESCRIPTOR_KAZE
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/features2d/src/
akaze.cpp
106
case
DESCRIPTOR_KAZE
:
134
case
DESCRIPTOR_KAZE
:
152
case
DESCRIPTOR_KAZE
:
/external/opencv3/modules/features2d/test/
test_keypoints.cpp
175
CV_FeatureDetectorKeypointsTest test_kaze(AKAZE::create(AKAZE::
DESCRIPTOR_KAZE
));
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
624
DESCRIPTOR_KAZE
= 3,
631
@param descriptor_type Type of the extracted descriptor:
DESCRIPTOR_KAZE
,
[
all
...]
/external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.cpp
271
else if (options_.descriptor == AKAZE::DESCRIPTOR_KAZE_UPRIGHT || options_.descriptor == AKAZE::
DESCRIPTOR_KAZE
) {
738
case AKAZE::
DESCRIPTOR_KAZE
:
[
all
...]
Completed in 523 milliseconds