Parameters to set up the deep flow algorithm.
Name | ToolTip | Associated Class | Default Value |
---|---|---|---|
NbMaxLayers | Number of levels in the pyramid. | integer | 100 |
DownscaleFactor | Scaling factor in the pyramid. | real | 0.95f |
FixedPointIterations | Number of iterations during each level of the pyramid. | integer | 5 |
SorIterations | Number of SOR iterations. | integer | 25 |
Alpha | smoothness weight | real | 1.f |
Delta | color constancy weight | real | 0.5f |
Gamma | gradient constancy weight | real | 5.f |
Omega | SOR relaxation factor. | real | 1.6f |