Class 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 Detail

      • AffineFeature2D

        protected AffineFeature2D​(long addr)
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Feature2D
        Throws:
        java.lang.Throwable