opencvd ~master (2021-10-31T03:12:58.3715221)
Dub
Repo
drawMatches
opencvd
features2d
Undocumented in source. Be warned that the author may not have intended to support it.
void
drawMatches
(
Mat
img1
,
KeyPoint
[]
kp1
,
Mat
img2
,
KeyPoint
[]
kp2
,
DMatch
[]
matches1to2
,
Mat
outImg
,
Scalar
matchColor
=
Scalar.all
(-1)
,
Scalar
singlePointColor
=
Scalar.all
(-1)
,
char
[]
matchesMask
= []
,
int
flags
=
DrawMatchesFlags_DEFAULT
)
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