public class PyramidKltFeature extends Object
PyramidKltTracker. Each layer has its own feature description.| Modifier and Type | Field and Description |
|---|---|
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
|
public KltFeature[] desc
public float x
public float y
public Object cookie
public PyramidKltFeature(int numLayers,
int radius)
numLayers - Number of layers inside the image pyramidradius - Radius of the feature description in each layerpublic void setPosition(float x,
float y)
public void setCookie(Object cookie)
public <T> T getCookie()
Copyright © 2013. All Rights Reserved.