public class opencv_xfeatures2d extends opencv_xfeatures2d
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_xfeatures2d.BoostDesc
\brief Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in
\cite Trzcinski13a and \cite Trzcinski13b.
|
static class |
opencv_xfeatures2d.BriefDescriptorExtractor
\brief Class for computing BRIEF descriptors described in \cite calon2010 .
|
static class |
opencv_xfeatures2d.DAISY
\brief Class implementing DAISY descriptor, described in \cite Tola10
|
static class |
opencv_xfeatures2d.FREAK
\addtogroup xfeatures2d_experiment
\{
|
static class |
opencv_xfeatures2d.LATCH
latch Class for computing the LATCH descriptor.
|
static class |
opencv_xfeatures2d.LUCID
\brief Class implementing the locally uniform comparison image descriptor, described in \cite LUCID
|
static class |
opencv_xfeatures2d.MSDDetector
\brief Class implementing the MSD (*Maximal Self-Dissimilarity*) keypoint detector, described in \cite Tombari14.
|
static class |
opencv_xfeatures2d.PCTSignatures
\brief Class implementing PCT (position-color-texture) signature extraction
as described in \cite KrulisLS16.
|
static class |
opencv_xfeatures2d.PCTSignaturesSQFD
\brief Class implementing Signature Quadratic Form Distance (SQFD).
|
static class |
opencv_xfeatures2d.SIFT
\addtogroup xfeatures2d_nonfree
\{
|
static class |
opencv_xfeatures2d.StarDetector
\brief The class implements the keypoint detector introduced by \cite Agrawal08, synonym of StarDetector.
|
static class |
opencv_xfeatures2d.SURF
\brief Class for extracting Speeded Up Robust Features from an image \cite Bay06 .
|
static class |
opencv_xfeatures2d.VGG
\brief Class implementing VGG (Oxford Visual Geometry Group) descriptor trained end to end
using "Descriptor Learning Using Convex Optimisation" (DLCO) aparatus described in \cite Simonyan14.
|
| Constructor and Description |
|---|
opencv_xfeatures2d() |
Copyright © 2017. All rights reserved.