Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros | Enumerations | Functions
RLOFFactory.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 {
  CPU_RLOF = 0, CPU_BERLOF, CPU_CROSS_RLOF, CPU_CROSS_BERLOF,
  CPU_BEPLK, CPU_CROSS_PLK, CPU_CROSS_BEPLK, CPU_PLK
}
 

Functions

static std::string RLOFTypeToString (RLOFType type)
 

Detailed Description

RLOF factory.

File contains the RLOF factory using the interface IFeatureTracker.

Version
1.2
Date
17.11.2014
Author
Tobias Senst

Definition in file RLOFFactory.h.

Enumeration Type Documentation

enum RLOFType

Enumeration related to a specific PLK/RLOF derivative.

Enumerator
CPU_RLOF 

Implementation running on the CPU using TBB and SSE, please Senst et al. 2012 or Senst et al. 2011

CPU_BERLOF 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2013.

CPU_CROSS_RLOF 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2014.

CPU_CROSS_BERLOF 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2014.

CPU_BEPLK 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2013.

CPU_CROSS_PLK 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2014.

CPU_CROSS_BEPLK 

Implementation running on the CPU using TBB and SSE, please and refer to Senst et al. 2014.

CPU_PLK 

OpenCV-PLK Implementation running on the CPU

Definition at line 110 of file RLOFFactory.h.

Function Documentation

static std::string RLOFTypeToString ( RLOFType  type)
static

Convert RLOFType enumeration into a string

Parameters
typeenumeration specify a PLK/RLOF method
Returns
string refers to the enumeration

Definition at line 128 of file RLOFFactory.h.