Robust Local Optical Flow Libary Documentation
V 1.2
|
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...
#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/RLOFParameter.h>
Additional Inherited Members | |
![]() | |
enum | ColorSpace { COLOR_RGB = 0, COLOR_CIEXYZ } |
![]() | |
enum | WindowType { WIN_STANDART = 0, WIN_CROSSADAPTIVE = 2, WIN_SLIC = 4 } |
enum | SolverType { ITER_STANDART = 0, ITER_BE = 2 } |
enum | IlluminationModelType { ILL_NO_MODEL = 0, ILL_GAIN_MODEL = 2, ILL_CONST_MODEL = 4, ILL_TEST_MODEL = 8 } |
![]() | |
void | segmentationThreshold (int val) |
int | segmentationThreshold () const |
void | smallWinSize (const int &val) |
const int | smallWinSize () const |
bool | usePreComputedCross () const |
![]() | |
void | winSize (int val) |
int | winSize () const |
![]() | |
void | solverType (SolverType val) |
void | level (int val) |
void | iteration (int val) |
void | verbosity (int val) |
WindowType | windowType () const |
CLocalFlowParameter::SolverType | solverType () const |
const int | level () const |
const int | iteration () const |
const int | verbosity () const |
![]() | |
int | m_SegmentationThreshold |
bool | m_UseBothImage |
bool | m_UsePreComputedCross |
ColorSpace | m_ColorSpace |
int | m_SmallWinSize |
![]() | |
WindowType | m_WindowType |
SolverType | m_SolverType |
int | m_MaxLevel |
int | m_MaxIter |
int | m_WinSize |
int | m_Verbosity |
int | m_Flags |
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.
Definition at line 485 of file RLOFParameter.h.