Direct Graphical Models  v.1.7.0
DirectGraphicalModels::fex::IFeatureExtractor Class Reference

Interface class for feature extraction algorithms. More...

#include <IFeatureExtractor.h>

Inheritance diagram for DirectGraphicalModels::fex::IFeatureExtractor:

Public Member Functions

 IFeatureExtractor (const Mat &img)
 Constructor. More...
 
virtual ~IFeatureExtractor (void)
 

Protected Attributes

const Mat m_img
 Container for the image, from which the features are to be extracted. More...
 

Detailed Description

Interface class for feature extraction algorithms.

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 15 of file IFeatureExtractor.h.

Constructor & Destructor Documentation

◆ IFeatureExtractor()

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

Constructor.

Parameters
imgInput image.

Definition at line 22 of file IFeatureExtractor.h.

◆ ~IFeatureExtractor()

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

Definition at line 23 of file IFeatureExtractor.h.

Member Data Documentation

◆ m_img

const Mat DirectGraphicalModels::fex::IFeatureExtractor::m_img
protected

Container for the image, from which the features are to be extracted.

Definition at line 27 of file IFeatureExtractor.h.


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