LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::featureExtractor Class Reference

The feature extractors are functors which extract information from the given images or channels, and leave this information in the form of vectors of doubles. More...

#include <ltiFeatureExtractor.h>

Inheritance diagram for lti::featureExtractor:
Inheritance graph
[legend]
Collaboration diagram for lti::featureExtractor:
Collaboration graph
[legend]

List of all members.

Classes

class  parameters
 the parameters for the class featureExtractor More...

Public Member Functions

 featureExtractor ()
 featureExtractor (const featureExtractor &other)
virtual ~featureExtractor ()
virtual const char * getTypeName () const
featureExtractorcopy (const featureExtractor &other)
virtual functorclone () const
const parametersgetParameters () const

Detailed Description

The feature extractors are functors which extract information from the given images or channels, and leave this information in the form of vectors of doubles.

This class is parent class for all implemented feature extractors.


Constructor & Destructor Documentation

lti::featureExtractor::featureExtractor (  ) 

default constructor

lti::featureExtractor::featureExtractor ( const featureExtractor other  ) 

copy constructor

Parameters:
other the object to be copied
virtual lti::featureExtractor::~featureExtractor (  )  [virtual]

destructor


Member Function Documentation

virtual functor* lti::featureExtractor::clone (  )  const [virtual]
featureExtractor& lti::featureExtractor::copy ( const featureExtractor other  ) 
const parameters& lti::featureExtractor::getParameters (  )  const
virtual const char* lti::featureExtractor::getTypeName (  )  const [virtual]

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

Generated on Sat Apr 10 15:27:17 2010 for LTI-Lib by Doxygen 1.6.1