Robust Local Optical Flow Libary Documentation
V 1.2
|
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) |
RLOF factory.
File contains the RLOF factory using the interface IFeatureTracker.
Definition in file RLOFFactory.h.
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.
|
static |
Convert RLOFType enumeration into a string
type | enumeration specify a PLK/RLOF method |
Definition at line 128 of file RLOFFactory.h.