-
alpha
float alpha
Brightness difference weighting factor. Larger values which prefer a smooth flow.
-
gamma
float gamma
Gradient difference weighting factor. Larger values which prefer a smooth flow.
-
SOR_RELAXATION
float SOR_RELAXATION
SOR relaxation parameter. 0 < w < 2. Recommended default is 1.9
-
numOuter
int numOuter
Number of iterations in the outer loop
-
numInner
int numInner
Number of iterations in the inner loop
-
maxIterationsSor
int maxIterationsSor
Maximum allowed iterations for SOR
-
convergeToleranceSor
float convergeToleranceSor
Convergence tolerance for SOR loop. Specified in per pixel error.
-
pyrScale
double pyrScale
Change in scale between each layer. Try 0.75
-
pyrSigma
double pyrSigma
Amount of gaussian blur applied to each layer in the pyramid. If sigma <= 0 then no blur is applied.
-
pyrMaxLayers
int pyrMaxLayers
Maximum number of layers in the pyramid
-
interpolation
boofcv.alg.interpolate.TypeInterpolate interpolation
Type of interpolation used. Bilinear recommended