IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Parameters to set up the deep flow algorithm. More...

Classes

class  ipsdk::imaproc::attr::DeepFlowParams
 Parameters to set up the deep flow algorithm. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::DeepFlowParamsipsdk::imaproc::attr::DeepFlowParamsPtr
 shared pointer to ipsdk::imaproc::attr::DeepFlowParams
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::DeepFlowParamsipsdk::imaproc::attr::DeepFlowParamsConstPtr
 shared pointer to const ipsdk::imaproc::attr::DeepFlowParams
 

Detailed Description

Parameters to set up the deep flow algorithm.

SubNodes description

Name ToolTip Associated Class Default Value
NbMaxLayers Number of levels in the pyramid. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 100
DownscaleFactor Scaling factor in the pyramid. ipsdk::DataItemLeaf<ipsdk::ipReal32> 0.95f
FixedPointIterations Number of iterations during each level of the pyramid. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 5
SorIterations Number of SOR iterations. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 25
Alpha smoothness weight ipsdk::DataItemLeaf<ipsdk::ipReal32> 1.f
Delta color constancy weight ipsdk::DataItemLeaf<ipsdk::ipReal32> 0.5f
Gamma gradient constancy weight ipsdk::DataItemLeaf<ipsdk::ipReal32> 5.f
Omega SOR relaxation factor. ipsdk::DataItemLeaf<ipsdk::ipReal32> 1.6f