public class PyramidKltFeature
extends java.lang.Object
PyramidKltTracker. Each layer has its own feature description.| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
cookie
user specified data, not used by the tracker
|
KltFeature[] |
desc
KLT feature description for each layer in the pyramid
|
float |
x
the feature's location in the original image
|
float |
y
the feature's location in the original image
|
| Constructor and Description |
|---|
PyramidKltFeature(int numLayers,
int radius)
Configures the feature's description
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getCookie() |
void |
setCookie(java.lang.Object cookie) |
void |
setPosition(float x,
float y) |
public KltFeature[] desc
public float x
public float y
public java.lang.Object cookie