Robust Local Optical Flow Libary Documentation
V 1.2
|
RLOF factory. More...
#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/RLOFFactory.h>
Static Public Member Functions | |
static IFeatureTracker * | createFTInstance (RLOFType type=CPU_BEPLK) |
static IFeatureTracker * | createFTInstance (const FeatureTrackerContext *context) |
RLOF factory.
To create an RLOF feature tracker you have to instantiate t using this class. The IFeatureTracker is used to run the RLOF feature tracker. The RLOFsample.cpp shows how to do. Each object that was instantiated has to be delete outside to a void memory leaks.
Definition at line 152 of file RLOFFactory.h.
|
static |
|
static |
Create an instance of a specified a PLK/RLOF implementation from an given context.
context | context specifies the PLK/RLOF method |