Robust Local Optical Flow Libary Documentation
V 1.2
|
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...
#include <D:/workspace/FIONA/Arbeit_Senst/publicProjects/RLOF_Windows/include/OpticalFlow/RLOFParameter.h>
Public Member Functions | |
void | smallWinSize (const int &val) |
const int | smallWinSize () const |
![]() | |
void | segmentationThreshold (int val) |
int | segmentationThreshold () const |
void | smallWinSize (const int &val) |
const int | smallWinSize () const |
bool | usePreComputedCross () const |
![]() | |
CRobustFlowParameter () | |
void | largeWinSize (const int &val) |
void | smallWinSize (const int &val) |
void | norm (const std::vector< float > val) |
void | L2iteration (int val) |
const int | largeWinSize () const |
const int | smallWinSize () const |
const std::vector< float > | norm () const |
const int | L2iteration () const |
const bool | hasChangedWinSize () const |
bool | needRGBData () 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 |
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.
Definition at line 452 of file RLOFParameter.h.
void CCrossRobustFlowParameter::smallWinSize | ( | const int & | val | ) |
Set the lower bound of the adaptive support region size.
val | a positive number. |
const int CCrossRobustFlowParameter::smallWinSize | ( | ) | const |
Interface to retrieve the lower bound of the adaptive support region.