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

lti::shapeFeatureExtractor Class Reference

Base class for all clases which extract features from shapes displayed with pointLists. More...

#include <ltiShapeFeatureExtractor.h>

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

List of all members.

Classes

class  parameters
 the parameters for the class shapeFeatureExtractor More...

Public Member Functions

 shapeFeatureExtractor ()
 shapeFeatureExtractor (const shapeFeatureExtractor &other)
virtual ~shapeFeatureExtractor ()
virtual const char * getTypeName () const
virtual bool apply (const pointList &src, dvector &feature) const
shapeFeatureExtractorcopy (const shapeFeatureExtractor &other)
virtual functorclone () const
const parametersgetParameters () const

Detailed Description

Base class for all clases which extract features from shapes displayed with pointLists.


Constructor & Destructor Documentation

lti::shapeFeatureExtractor::shapeFeatureExtractor (  ) 

default constructor

lti::shapeFeatureExtractor::shapeFeatureExtractor ( const shapeFeatureExtractor other  ) 

copy constructor

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

destructor


Member Function Documentation

virtual bool lti::shapeFeatureExtractor::apply ( const pointList src,
dvector feature 
) const [virtual]

operates on the given parameters.

Parameters:
src pointList with the source data.
feature dvector where the features will be left.
Returns:
true if apply successful or false otherwise.

Reimplemented in lti::borderSignature.

virtual functor* lti::shapeFeatureExtractor::clone (  )  const [virtual]

returns a pointer to a clone of this functor.

Implements lti::functor.

Reimplemented in lti::borderSignature.

shapeFeatureExtractor& lti::shapeFeatureExtractor::copy ( const shapeFeatureExtractor other  ) 

copy data of "other" functor.

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

Reimplemented from lti::functor.

Reimplemented in lti::borderSignature.

const parameters& lti::shapeFeatureExtractor::getParameters (  )  const

returns used parameters

Reimplemented from lti::functor.

Reimplemented in lti::borderSignature.

virtual const char* lti::shapeFeatureExtractor::getTypeName (  )  const [virtual]

returns the name of this type ("shapeFeatureExtractor")

Reimplemented from lti::functor.

Reimplemented in lti::borderSignature.


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

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