public class ConfigHornSchunckPyramid
extends java.lang.Object
implements boofcv.struct.Configuration
HornSchunckPyramid| Modifier and Type | Field and Description |
|---|---|
float |
alpha
Weights importance of image brightness error and velocity smoothness.
|
float |
convergeTolerance
Convergence tolerance for inner loop.
|
boofcv.alg.interpolate.InterpolationType |
interpolation
Type of interpolation used.
|
int |
maxInnerIterations
Maximum number of iterations in the inner loop.
|
int |
numWarps
Number of warps which it will apply.
|
int |
pyrMaxLayers
Maximum number of layers in the pyramid
|
double |
pyrScale
Change in scale between each layer.
|
double |
pyrSigma
Amount of blur applied to each layer in the pyramid.
|
float |
SOR_RELAXATION
SOR relaxation parameter.
|
| Constructor and Description |
|---|
ConfigHornSchunckPyramid() |
ConfigHornSchunckPyramid(float alpha,
int maxInnerIterations) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public float alpha
public float SOR_RELAXATION
public int numWarps
public int maxInnerIterations
public float convergeTolerance
public double pyrScale
public double pyrSigma
public int pyrMaxLayers
public boofcv.alg.interpolate.InterpolationType interpolation