Package boofcv.alg.tracker.klt
Class KltFeature
java.lang.Object
boofcv.alg.tracker.klt.KltFeature
Contains feature information for
KltTracker
.-
Field Summary
Modifier and TypeFieldDescriptionImage derivative around the feature in the x-directionImage derivative around the feature in the y-directionPixel intensity around the featurefloat
spatial gradient matrix used in updating the feature's positionfloat
spatial gradient matrix used in updating the feature's positionfloat
spatial gradient matrix used in updating the feature's positionint
The feature's size.float
Feature's location inside the image in pixelsfloat
Feature's location inside the image in pixels -
Constructor Summary
-
Method Summary
-
Field Details
-
x
public float xFeature's location inside the image in pixels -
y
public float yFeature's location inside the image in pixels -
radius
public int radiusThe feature's size. Each feature is square with a width equal to its radius*2+1. -
desc
Pixel intensity around the feature -
derivX
Image derivative around the feature in the x-direction -
derivY
Image derivative around the feature in the y-direction -
Gxx
public float Gxxspatial gradient matrix used in updating the feature's position -
Gxy
public float Gxyspatial gradient matrix used in updating the feature's position -
Gyy
public float Gyyspatial gradient matrix used in updating the feature's position
-
-
Constructor Details
-
KltFeature
public KltFeature(int radius)
-
-
Method Details
-
setPosition
public void setPosition(float x, float y)
-