Module opencv::xfeatures2d

source ·
Expand description

Extra 2D Features Framework

Experimental 2D Features Algorithms

This section describes experimental algorithms for 2d feature detection.

Non-free 2D Features Algorithms

This section describes two popular algorithms for 2d feature detection, SIFT and SURF, that are known to be patented. You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those. Use them at your own risk.

Experimental 2D Features Matching Algorithm

This section describes the following matching strategies:

  • GMS: Grid-based Motion Statistics, Bian2017gms
  • LOGOS: Local geometric support for high-outlier spatial verification, Lowry2018LOGOSLG

Modules

Structs

  • Elliptic region around an interest point.
  • Class used for extracting Speeded Up Robust Features (SURF) from an image. :
  • Class implementing TEBLID (Triplet-based Efficient Binary Local Image Descriptor), described in Suarez2021TEBLID.

Enums

Constants

Traits

Functions

Type Definitions