Package boofcv.alg.tracker.klt
Class PyramidKltFeature
java.lang.Object
boofcv.alg.tracker.klt.PyramidKltFeature
Feature which is tracked by the
PyramidKltTracker
. Each layer has its own feature description.-
Field Summary
-
Constructor Summary
ConstructorDescriptionPyramidKltFeature
(int numLayers, int radius) Configures the feature's description -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkUpdateLayers
(int numLayers) <T> T
void
void
setPosition
(float x, float y)
-
Field Details
-
desc
KLT feature description for each layer in the pyramid -
x
public float xthe feature's location in the original image -
y
public float ythe feature's location in the original image -
cookie
user specified data, not used by the tracker
-
-
Constructor Details
-
PyramidKltFeature
public PyramidKltFeature(int numLayers, int radius) Configures the feature's description- Parameters:
numLayers
- Number of layers inside the image pyramidradius
- Radius of the feature description in each layer
-
-
Method Details
-
checkUpdateLayers
public void checkUpdateLayers(int numLayers) -
setPosition
public void setPosition(float x, float y) -
setCookie
-
getCookie
public <T> T getCookie()
-