opencvd.features2d

Undocumented in source.

Members

Aliases

AKAZE
alias AKAZE = _AKAZE*
Undocumented in source.
AgastFeatureDetector
alias AgastFeatureDetector = _AgastFeatureDetector*
Undocumented in source.
BFMatcher
alias BFMatcher = _BFMatcher*
Undocumented in source.
BRISK
alias BRISK = _BRISK*
Undocumented in source.
FastFeatureDetector
alias FastFeatureDetector = _FastFeatureDetector*
Undocumented in source.
GFTTDetector
alias GFTTDetector = _GFTTDetector*
Undocumented in source.
KAZE
alias KAZE = _KAZE*
Undocumented in source.
MSER
alias MSER = _MSER*
Undocumented in source.
ORB
alias ORB = _ORB*
Undocumented in source.
SimpleBlobDetector
alias SimpleBlobDetector = _SimpleBlobDetector*
Undocumented in source.

Enums

DrawMatchesFlags_DEFAULT
anonymousenum DrawMatchesFlags_DEFAULT
Undocumented in source.

Functions

drawKeyPoints
void drawKeyPoints(Mat src, KeyPoint[] kp, Mat dst, Scalar s, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
newAKAZE
AKAZE newAKAZE()
Undocumented in source. Be warned that the author may not have intended to support it.
newAgastFeatureDetector
AgastFeatureDetector newAgastFeatureDetector()
Undocumented in source. Be warned that the author may not have intended to support it.
newBFMatcher
BFMatcher newBFMatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
newBFMatcherWithParams
BFMatcher newBFMatcherWithParams(int normType, bool crossCheck)
Undocumented in source. Be warned that the author may not have intended to support it.
newBRISK
BRISK newBRISK()
Undocumented in source. Be warned that the author may not have intended to support it.
newFastFeatureDetector
FastFeatureDetector newFastFeatureDetector()
Undocumented in source. Be warned that the author may not have intended to support it.
newGFTTDetector
GFTTDetector newGFTTDetector()
Undocumented in source. Be warned that the author may not have intended to support it.
newKAZE
KAZE newKAZE()
Undocumented in source. Be warned that the author may not have intended to support it.
newMSER
MSER newMSER()
Undocumented in source. Be warned that the author may not have intended to support it.
newORB
ORB newORB()
Undocumented in source. Be warned that the author may not have intended to support it.
newSimpleBlobDetector
SimpleBlobDetector newSimpleBlobDetector()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

_AKAZE
struct _AKAZE
Undocumented in source.
_AgastFeatureDetector
struct _AgastFeatureDetector
Undocumented in source.
_BFMatcher
struct _BFMatcher
Undocumented in source.
_BRISK
struct _BRISK
Undocumented in source.
_FastFeatureDetector
struct _FastFeatureDetector
Undocumented in source.
_GFTTDetector
struct _GFTTDetector
Undocumented in source.
_KAZE
struct _KAZE
Undocumented in source.
_MSER
struct _MSER
Undocumented in source.
_ORB
struct _ORB
Undocumented in source.
_SimpleBlobDetector
struct _SimpleBlobDetector
Undocumented in source.

Meta