Robust Local Optical Flow Libary Documentation
V 1.2
|
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 CLocalFlowParameter * | create (std::string name) |
RLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes.
Definition at line 510 of file RLOFParameter.h.
|
inlinestatic |
Create a PLK/RLOF parameter class specified with a string.
name | a string that indicates the parameter class version, |
Definition at line 537 of file RLOFParameter.h.
|
inlinestatic |
Helper function to assoziate a string to a parameter instance.
parameter | Pointer to an instance of CLocalFlowParameter derived class. |
Definition at line 516 of file RLOFParameter.h.