opencvd ~master (2021-10-31T03:12:58.3715221)
Dub
Repo
BFMatcher
opencvd
features2d
Undocumented in source.
struct
BFMatcher {
void
*
p
;
static
BFMatcher
opCall
(int normType, bool crossCheck);
DMatch
[][]
knnMatch
(Mat query, Mat train, int k);
}
Members
Functions
knnMatch
DMatch
[][]
knnMatch
(Mat query, Mat train, int k)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
BFMatcher
opCall
(int normType, bool crossCheck)
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