Interface class for feature extraction algorithms.
More...
#include <IFeatureExtractor.h>
|
const Mat | m_img |
| Container for the image, from which the features are to be extracted. More...
|
|
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.
◆ IFeatureExtractor()
DirectGraphicalModels::fex::IFeatureExtractor::IFeatureExtractor |
( |
const Mat & |
img | ) |
|
|
inline |
◆ ~IFeatureExtractor()
virtual DirectGraphicalModels::fex::IFeatureExtractor::~IFeatureExtractor |
( |
void |
| ) |
|
|
inlinevirtual |
◆ 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: