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
 
 public class AffineFeature2D extends Feature2D 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".
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAffineFeature2D(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AffineFeature2D__fromPtr__(long addr)protected voidfinalize()- 
Methods inherited from class org.opencv.features2d.Feature2Dcompute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
 - 
Methods inherited from class org.opencv.core.Algorithmclear, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static AffineFeature2D __fromPtr__(long addr) 
 
- 
 
-