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

lti::opticalFlowLK::parameters Class Reference

the parameters for the class opticalFlowLK More...

#include <ltiOpticalFlowLK.h>

Inheritance diagram for lti::opticalFlowLK::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::opticalFlowLK::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
virtual functor::parametersclone () const

Public Attributes

int kernelSize
int windowEdgeSize

Detailed Description

the parameters for the class opticalFlowLK


Constructor & Destructor Documentation

lti::opticalFlowLK::parameters::parameters (  ) 

default constructor

Reimplemented from lti::transform::parameters.

lti::opticalFlowLK::parameters::parameters ( const parameters other  ) 

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::transform::parameters.

lti::opticalFlowLK::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from lti::functor::parameters.


Member Function Documentation

virtual functor::parameters* lti::opticalFlowLK::parameters::clone (  )  const [virtual]

returns a pointer to a clone of the parameters

Reimplemented from lti::transform::parameters.

parameters& lti::opticalFlowLK::parameters::copy ( const parameters other  ) 

copy the contents of a parameters object

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

Reimplemented from lti::transform::parameters.

const char* lti::opticalFlowLK::parameters::getTypeName (  )  const [virtual]

returns name of this type

Reimplemented from lti::transform::parameters.


Member Data Documentation

This is the size of the kernel for computing spatial derivatives.

kernelSize = 3,4,5 (default = 3)

This is the width and height of the square correlation window.

windowEdgeSize = 2,3,... (default = 7)


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

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