Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
CLocalFlowParameterFactory Class Reference

RLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes. More...

#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/RLOFParameter.h>

Static Public Member Functions

static std::string name (const FeatureTrackerContext *parameter)
 
static CLocalFlowParametercreate (std::string name)
 

Detailed Description

RLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes.

Definition at line 510 of file RLOFParameter.h.

Member Function Documentation

static CLocalFlowParameter* CLocalFlowParameterFactory::create ( std::string  name)
inlinestatic

Create a PLK/RLOF parameter class specified with a string.

Parameters
namea string that indicates the parameter class version,

Definition at line 537 of file RLOFParameter.h.

static std::string CLocalFlowParameterFactory::name ( const FeatureTrackerContext parameter)
inlinestatic

Helper function to assoziate a string to a parameter instance.

Parameters
parameterPointer to an instance of CLocalFlowParameter derived class.

Definition at line 516 of file RLOFParameter.h.


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