Robust Local Optical Flow Libary Documentation
V 1.1
|
RLOF factory. More...
#include <OpticalFlow/IFeatureTracker.h>
Go to the source code of this file.
Classes | |
class | RLOFFactory |
RLOF factory. More... | |
Enumerations | |
enum | RLOFType { GPURLOFTYPE = 0, CPURLOFTYPE } |
Enum tp select the kind of implementation created by the RLOFFactory. More... |
RLOF factory.
File contains the RLOF factory using the interface IFeatureTracker.
Definition in file IGPURLOF.h.
enum RLOFType |
Enum tp select the kind of implementation created by the RLOFFactory.
GPURLOFTYPE |
Implementation running on the GPU using OpenCL. |
CPURLOFTYPE |
Implementation running in the CPU using TBB. |
Definition at line 84 of file IGPURLOF.h.