public class ConfigBroxWarping
extends java.lang.Object
implements boofcv.struct.Configuration
HornSchunckPyramid| Modifier and Type | Field and Description |
|---|---|
float |
alpha
Brightness difference weighting factor.
|
float |
convergeToleranceSor
Convergence tolerance for SOR loop.
|
float |
gamma
Gradient difference weighting factor.
|
boofcv.alg.interpolate.InterpolationType |
interpolation
Type of interpolation used.
|
int |
maxIterationsSor
Maximum allowed iterations for SOR
|
int |
numInner
Number of iterations in the inner loop
|
int |
numOuter
Number of iterations in the outer loop
|
int |
pyrMaxLayers
Maximum number of layers in the pyramid
|
double |
pyrScale
Change in scale between each layer.
|
double |
pyrSigma
Amount of gaussian blur applied to each layer in the pyramid.
|
float |
SOR_RELAXATION
SOR relaxation parameter.
|
| Constructor and Description |
|---|
ConfigBroxWarping() |
ConfigBroxWarping(float alpha,
float gamma) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public float alpha
public float gamma
public float SOR_RELAXATION
public int numOuter
public int numInner
public int maxIterationsSor
public float convergeToleranceSor
public double pyrScale
public double pyrSigma
public int pyrMaxLayers
public boofcv.alg.interpolate.InterpolationType interpolation