Robust Local Optical Flow Libary Documentation  V 1.2
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
CPLKParameter Class Reference

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>

Inheritance diagram for CPLKParameter:
CLocalFlowParameter FeatureTrackerContext CCrossPLKParameter

Public Member Functions

void winSize (int val)
 
int winSize () const
 
- Public Member Functions inherited from CLocalFlowParameter
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

- Public Types inherited from CLocalFlowParameter
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 }
 
- Protected Attributes inherited from CLocalFlowParameter
WindowType m_WindowType
 
SolverType m_SolverType
 
int m_MaxLevel
 
int m_MaxIter
 
int m_WinSize
 
int m_Verbosity
 
int m_Flags
 

Detailed Description

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.

Member Function Documentation

void CPLKParameter::winSize ( int  val)
inline

Set the rectangle support region size.

Parameters
valA positive number specifying the support region.

Definition at line 431 of file RLOFParameter.h.

int CPLKParameter::winSize ( ) const
inline

Interface to retrieve the support region size.

Returns
support region size.

Definition at line 435 of file RLOFParameter.h.


The documentation for this class was generated from the following file: