|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiOrientationFeature.h>
Inheritance diagram for lti::orientationFeature::parameters:


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| ~parameters () | |
| const char * | getTypeName () const |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual functor::parameters * | clone () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| bool | normalize |
| int | size |
|
|
default constructor
Reimplemented from lti::globalFeatureExtractor::parameters. |
|
|
copy constructor
|
|
|
destructor
Reimplemented from lti::globalFeatureExtractor::parameters. |
|
|
returns a pointer to a clone of the parameters
Reimplemented from lti::globalFeatureExtractor::parameters. |
|
|
copy the contents of a parameters object
|
|
|
returns name of this type
Reimplemented from lti::globalFeatureExtractor::parameters. |
|
|
copy the contents of a parameters object
|
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::functor::parameters. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::functor::parameters. |
|
|
if true, the feature vector will be normalized to have an area of one, i.e. the feature vector can be interpreted as a probability distribution for the orientations. If false, the resulting values depend on the values of the magnitud channel. Default: true |
|
|
size of the histogram. The angles from 0 to 180(1-1/size) degrees will be mapped between 0 and size-1. Default value: 36 (10 degrees resolution) |