Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros
RLOFParameter.h File Reference

RLOF parameter. More...

#include <OpticalFlow/IFeatureTracker.h>

Go to the source code of this file.

Classes

class  CLocalFlowParameter
 PLK/RLOF parameter base class The parameter base class provides basic interfaces to set up the algorithm parameter such as number of levels. The parameter class is associated to all methods. More...
 
class  CRobustFlowParameter
 RLOF parameter class The Robust Local Optical Flow parameter class contains additional parameters used for the RLOF method and its derivatives, see Senst et al. 2012. The parameter class is associated to RLOF, BERLOF, CROSS_RLOF, CROSS_BERLOF. More...
 
class  CCrossParameter
 Cross based PLK/RLOF parameter base class The cross based parameter base class for the Pyramidal Lucas Kanade and the Robust Local Optical Flow provides basic interfaces to set up the algorithm parameter with adaptive support region, see Senst et al. 2014. The parameter class is associated to CROSS_PLK, CROSS_BEPLK, CROSS_RLOF, CROSS_BERLOF. More...
 
class  CPLKParameter
 Pyramidal Lucas Kanade parameter class The Pyramidal Lucas Kanade parameter class. Please use a instance of this class to run the PLK version. The parameter class is associated to PLK. More...
 
class  CCrossRobustFlowParameter
 Cross based RLOF parameter class The cross based Robust Local Optical Flow parameter class contains interfaces to additional parameters, see Senst et al. 2014 . The parameter class is associated to CROSS_RLOF, CROSS_BERLOF. More...
 
class  CCrossPLKParameter
 Cross based Pyramidal Lucas Kanade parameter class The cross based Pyramidal Lucas Kanade parameter class contains additional parameters, see Senst et al. 2012. The parameter class is associated to CROSS_RLOF, CROSS_BERLOF. More...
 
class  CLocalFlowParameterFactory
 RLOF parameter factory A factory to facilitate the serialization of the local optical flow parameter classes. More...
 

Macros

#define _RLOFPARAMETER_H_
 
#define RLOF_RESOLVE_TENSOR_AS_L2NORM   16
 
#define RLOF_RESOLVE_TENSOR_CONTINIOUS   32
 
#define RLOF_RESOLVE_USE_I   64
 

Detailed Description

RLOF parameter.

The file contains the parameter class used by the RLOF method.

Version
1.2
Date
17.11.2014
Author
Tobias Senst

Definition in file RLOFParameter.h.

Macro Definition Documentation

#define _RLOFPARAMETER_H_

No comment

Definition at line 104 of file RLOFParameter.h.

#define RLOF_RESOLVE_TENSOR_AS_L2NORM   16

recompute the Tensor without the Gradient

Definition at line 125 of file RLOFParameter.h.

#define RLOF_RESOLVE_TENSOR_CONTINIOUS   32

recompute the Tensor with the Gradient

Definition at line 126 of file RLOFParameter.h.

#define RLOF_RESOLVE_USE_I   64

use I for the tensor

Definition at line 127 of file RLOFParameter.h.