LTI-Lib latest version v1.9 - last update 24 Nov 2005
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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.

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

Classes

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

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]
 

returns a pointer to a clone of this functor.

Implements lti::functor.

Reimplemented in lti::axOGDFeature, lti::brightRGB, lti::channelStatistics, lti::chromaticityHistogram, lti::crossCorrelationCoefficient, lti::curvatureFeature, lti::fastCircleExtraction, lti::fastEllipseExtraction, lti::fastLineExtraction, lti::geometricFeatures, lti::globalFeatureExtractor, lti::histograming1D, lti::histogramRGBL, lti::huMoments, lti::localColorFeature, lti::localFeatureExtractor, lti::localMoments, lti::loweGradientFeature, lti::orientationFeature, lti::qmfEnergy, lti::regionShapeFeatures, lti::schieleCrowley6DFeature, and lti::shiftInvariance.

featureExtractor& lti::featureExtractor::copy const featureExtractor other  ) 
 

copy data of "other" functor.

Parameters:
other the functor to be copied
Returns:
a reference to this functor object

const parameters& lti::featureExtractor::getParameters  )  const
 

returns used parameters

Reimplemented from lti::functor.

Reimplemented in lti::axOGDFeature, lti::brightRGB, lti::channelStatistics, lti::chromaticityHistogram, lti::crossCorrelationCoefficient, lti::curvatureFeature, lti::fastCircleExtraction, lti::fastEllipseExtraction, lti::fastLineExtraction, lti::geometricFeatures, lti::globalFeatureExtractor, lti::histograming1D, lti::histogramRGBL, lti::huMoments, lti::localColorFeature, lti::localFeatureExtractor, lti::localMoments, lti::loweGradientFeature, lti::orientationFeature, lti::qmfEnergy, lti::regionShapeFeatures, lti::schieleCrowley6DFeature, and lti::shiftInvariance.

virtual const char* lti::featureExtractor::getTypeName  )  const [virtual]
 

returns the name of this type ("featureExtractor")

Reimplemented from lti::functor.

Reimplemented in lti::axOGDFeature, lti::brightRGB, lti::channelStatistics, lti::chromaticityHistogram, lti::crossCorrelationCoefficient, lti::curvatureFeature, lti::fastCircleExtraction, lti::fastEllipseExtraction, lti::fastLineExtraction, lti::geometricFeatures, lti::globalFeatureExtractor, lti::histograming1D, lti::histogramRGBL, lti::huMoments, lti::localColorFeature, lti::localFeatureExtractor, lti::localMoments, lti::loweGradientFeature, lti::orientationFeature, lti::qmfEnergy, lti::regionShapeFeatures, lti::schieleCrowley6DFeature, and lti::shiftInvariance.


The documentation for this class was generated from the following file:
Generated on Thu Nov 24 16:39:55 2005 for LTI-Lib by Doxygen 1.4.4