public class KltConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
forbiddenBorder
Due to how the image derivative and interpolation is performed outer most pixels.
|
int |
maxIterations
Maximum number of iterations KLT performs for each feature
|
float |
maxPerPixelError
Maximum allowed average per pixel error across the whole region.
|
float |
minDeterminant
Declare a feature as invalid if hte detemrinant is less than this value.
|
float |
minPositionDelta
Stop iterating of the change in x and y is less than this number.
|
| Constructor and Description |
|---|
KltConfig() |
public int forbiddenBorder
public float maxPerPixelError
public int maxIterations
public float minDeterminant
public float minPositionDelta