latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class opticalFlowLK More...
#include <ltiOpticalFlowLK.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
virtual functor::parameters * | clone () const |
Public Attributes | |
int | kernelSize |
int | windowEdgeSize |
the parameters for the class opticalFlowLK
lti::opticalFlowLK::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::transform::parameters.
lti::opticalFlowLK::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::transform::parameters.
lti::opticalFlowLK::parameters::~parameters | ( | ) | [virtual] |
destructor
Reimplemented from lti::functor::parameters.
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
other | the parameters object to be copied |
Reimplemented from lti::transform::parameters.
const char* lti::opticalFlowLK::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this type
Reimplemented from lti::transform::parameters.
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)