Direct Graphical Models  v.1.7.0
DirectGraphicalModels::fex::ILocalFeatureExtractor Class Referenceabstract

Interface class for local feature extraction algorithms. More...

#include <ILocalFeatureExtractor.h>

Inheritance diagram for DirectGraphicalModels::fex::ILocalFeatureExtractor:
Collaboration diagram for DirectGraphicalModels::fex::ILocalFeatureExtractor:

Public Member Functions

 ILocalFeatureExtractor (const Mat &img)
 Constructor. More...
 
virtual ~ILocalFeatureExtractor (void)
 
virtual Mat get (void) const =0
 Extracts and returns the required feature. More...
 
- Public Member Functions inherited from DirectGraphicalModels::fex::IFeatureExtractor
 IFeatureExtractor (const Mat &img)
 Constructor. More...
 
virtual ~IFeatureExtractor (void)
 

Additional Inherited Members

- Protected Attributes inherited from DirectGraphicalModels::fex::IFeatureExtractor
const Mat m_img
 Container for the image, from which the features are to be extracted. More...
 

Detailed Description

Interface class for local feature extraction algorithms.

The derived algorithms are supposed to extract features for each image pixel

Author
Sergey G. Kosov, serge.nosp@m.y.ko.nosp@m.sov@p.nosp@m.roje.nosp@m.ct-10.nosp@m..de

Definition at line 16 of file ILocalFeatureExtractor.h.

Constructor & Destructor Documentation

◆ ILocalFeatureExtractor()

DirectGraphicalModels::fex::ILocalFeatureExtractor::ILocalFeatureExtractor ( const Mat &  img)
inline

Constructor.

Parameters
imgInput image.

Definition at line 23 of file ILocalFeatureExtractor.h.

◆ ~ILocalFeatureExtractor()

virtual DirectGraphicalModels::fex::ILocalFeatureExtractor::~ILocalFeatureExtractor ( void  )
inlinevirtual

Definition at line 24 of file ILocalFeatureExtractor.h.

Member Function Documentation

◆ get()


The documentation for this class was generated from the following file: