Robust Local Optical Flow Libary Documentation
V 1.2
|
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...
#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/RLOFParameter.h>
Public Member Functions | |
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 |
Additional Inherited Members | |
![]() | |
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 } |
![]() | |
WindowType | m_WindowType |
SolverType | m_SolverType |
int | m_MaxLevel |
int | m_MaxIter |
int | m_WinSize |
int | m_Verbosity |
int | m_Flags |
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.
Definition at line 425 of file RLOFParameter.h.
|
inline |
Set the rectangle support region size.
val | A positive number specifying the support region. |
Definition at line 431 of file RLOFParameter.h.
|
inline |
Interface to retrieve the support region size.
Definition at line 435 of file RLOFParameter.h.