public class PkltConfig
extends java.lang.Object
PyramidKltTracker.| Modifier and Type | Field and Description |
|---|---|
KltConfig |
config
configuration for low level KLT tracker
|
int[] |
pyramidScaling
Scale factor for each layer in the pyramid
|
int |
templateRadius
The radius of a feature descriptor in layer.
|
| Constructor and Description |
|---|
PkltConfig() |
PkltConfig(int templateRadius) |
PkltConfig(int templateRadius,
int[] pyramidScaling) |
public KltConfig config
public int templateRadius
public int[] pyramidScaling