Robust Local Optical Flow Libary Documentation  V 1.1
Classes | Enumerations
D:/workspace/FIONA/Arbeit Senst/publicProjects/RLOF(VS2010)/include/OpticalFlow/IGPURLOF.h File Reference

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...

Detailed Description

RLOF factory.

File contains the RLOF factory using the interface IFeatureTracker.

Date:
04.05.2012
Author:
Tobias Senst

Definition in file IGPURLOF.h.


Enumeration Type Documentation

enum RLOFType

Enum tp select the kind of implementation created by the RLOFFactory.

Enumerator:
GPURLOFTYPE 

Implementation running on the GPU using OpenCL.

CPURLOFTYPE 

Implementation running in the CPU using TBB.

Definition at line 84 of file IGPURLOF.h.

 All Classes Files Functions Enumerations Enumerator