Package org.opencv.xfeatures2d


package org.opencv.xfeatures2d
  • Classes
    Class
    Description
    Class implementing affine adaptation for key points.
    Class implementing BEBLID (Boosted Efficient Binary Local Image Descriptor), described in CITE: Suarez2020BEBLID .
    Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in CITE: Trzcinski13a and CITE: Trzcinski13b.
    Class for computing BRIEF descriptors described in CITE: calon2010 .
    Class implementing DAISY descriptor, described in CITE: Tola10 radius radius of the descriptor at the initial scale q_radius amount of radial range division quantity q_theta amount of angular range division quantity q_hist amount of gradient orientations range division quantity norm choose descriptors normalization type, where DAISY::NRM_NONE will not do any normalization (default), DAISY::NRM_PARTIAL mean that histograms are normalized independently for L2 norm equal to 1.0, DAISY::NRM_FULL mean that descriptors are normalized for L2 norm equal to 1.0, DAISY::NRM_SIFT mean that descriptors are normalized for L2 norm equal to 1.0 but no individual one is bigger than 0.154 as in SIFT H optional 3x3 homography matrix used to warp the grid of daisy but sampling keypoints remains unwarped on image interpolation switch to disable interpolation for speed improvement at minor quality loss use_orientation sample patterns using keypoints orientation, disabled by default.
    Class implementing the FREAK (*Fast Retina Keypoint*) keypoint descriptor, described in CITE: AOV12 .
    Class implementing the Harris-Laplace feature detector as described in CITE: Mikolajczyk2004.
    latch Class for computing the LATCH descriptor.
    Class implementing the locally uniform comparison image descriptor, described in CITE: LUCID An image descriptor that can be computed very fast, while being about as robust as, for example, SURF or BRIEF.
    Class implementing the MSD (*Maximal Self-Dissimilarity*) keypoint detector, described in CITE: Tombari14.
    Class implementing PCT (position-color-texture) signature extraction as described in CITE: KrulisLS16.
    Class implementing Signature Quadratic Form Distance (SQFD).
    The class implements the keypoint detector introduced by CITE: Agrawal08, synonym of StarDetector.
    Class for extracting Speeded Up Robust Features from an image CITE: Bay06 .
    Class used for extracting Speeded Up Robust Features (SURF) from an image.
    Class implementing the Tree Based Morse Regions (TBMR) as described in CITE: Najman2014 extended with scaled extraction ability.
    Class implementing TEBLID (Triplet-based Efficient Binary Local Image Descriptor), described in CITE: Suarez2021TEBLID.
    Class implementing VGG (Oxford Visual Geometry Group) descriptor trained end to end using "Descriptor Learning Using Convex Optimisation" (DLCO) aparatus described in CITE: Simonyan14.