latest version v1.9 - last update 10 Apr 2010 |
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>
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 |
featureExtractor & | copy (const featureExtractor &other) |
virtual functor * | clone () const |
const parameters & | getParameters () const |
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.
lti::featureExtractor::featureExtractor | ( | ) |
default constructor
lti::featureExtractor::featureExtractor | ( | const featureExtractor & | other | ) |
copy constructor
other | the object to be copied |
virtual lti::featureExtractor::~featureExtractor | ( | ) | [virtual] |
destructor
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.
other | the functor to be copied |
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.
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.