boofcv.alg.tracker.klt
Class PyramidKltFeature
- java.lang.Object
-
- boofcv.alg.tracker.klt.PyramidKltFeature
-
public class PyramidKltFeature extends java.lang.ObjectFeature which is tracked by thePyramidKltTracker. Each layer has its own feature description.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.Objectcookieuser specified data, not used by the trackerKltFeature[]descKLT feature description for each layer in the pyramidfloatxthe feature's location in the original imagefloatythe feature's location in the original image
-
Constructor Summary
Constructors Constructor and Description PyramidKltFeature(int numLayers, int radius)Configures the feature's description
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description <T> TgetCookie()voidsetCookie(java.lang.Object cookie)voidsetPosition(float x, float y)
-
-
-
Field Detail
-
desc
public KltFeature[] desc
KLT feature description for each layer in the pyramid
-
x
public float x
the feature's location in the original image
-
y
public float y
the feature's location in the original image
-
cookie
public java.lang.Object cookie
user specified data, not used by the tracker
-
-
DataMelt 3.0 © DataMelt by jWork.ORG