opencvd ~master (2021-10-31T03:12:58.3715221)
Dub
Repo
FlannBasedMatcher
opencvd
features2d
Undocumented in source.
struct
FlannBasedMatcher {
void
*
p
;
static
FlannBasedMatcher
opCall
();
DMatch
[][]
knnMatch
(Mat queryDescriptors, Mat trainDescriptors, int k, Mat mask, bool compactResult);
}
Members
Functions
knnMatch
DMatch
[][]
knnMatch
(Mat queryDescriptors, Mat trainDescriptors, int k, Mat mask, bool compactResult)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
FlannBasedMatcher
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
p
void
*
p
;
Undocumented in source.
Meta
Source
See Implementation
opencvd
features2d
enums
DrawMatchesFlags_DEFAULT
functions
Destroy
drawKeyPoints
drawMatches
structs
AKAZE
AgastFeatureDetector
BFMatcher
BRISK
FastFeatureDetector
FlannBasedMatcher
GFTTDetector
KAZE
MSER
ORB
SimpleBlobDetector