Package org.opencv.xfeatures2d
Class AffineFeature2D
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.xfeatures2d.AffineFeature2D
- Direct Known Subclasses:
TBMR
Class implementing affine adaptation for key points.
A REF: FeatureDetector and a REF: DescriptorExtractor are wrapped to augment the
detected points with their affine invariant elliptic region and to compute
the feature descriptors on the regions after warping them into circles.
The interface is equivalent to REF: Feature2D, adding operations for
REF: Elliptic_KeyPoint "Elliptic_KeyPoints" instead of REF: KeyPoint "KeyPoints".
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AffineFeature2D
__fromPtr__
(long addr) protected void
finalize()
Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
Methods inherited from class org.opencv.core.Algorithm
clear, getNativeObjAddr, save