boofcv.alg.tracker.klt
Class KltFeature
- java.lang.Object
-
- boofcv.alg.tracker.klt.KltFeature
-
public class KltFeature extends java.lang.ObjectContains feature information forKltTracker.
-
-
Field Summary
Fields Modifier and Type Field and Description GrayF32derivXImage derivative around the feature in the x-directionGrayF32derivYImage derivative around the feature in the y-directionGrayF32descPixel intensity around the featurefloatGxxspatial gradient matrix used in updating the feature's positionfloatGxyspatial gradient matrix used in updating the feature's positionfloatGyyspatial gradient matrix used in updating the feature's positionintradiusThe feature's size.floatxFeature's location inside the image in pixelsfloatyFeature's location inside the image in pixels
-
Constructor Summary
Constructors Constructor and Description KltFeature(int radius)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetPosition(float x, float y)
-
-
-
Field Detail
-
x
public float x
Feature's location inside the image in pixels
-
y
public float y
Feature's location inside the image in pixels
-
radius
public int radius
The feature's size. Each feature is square with a width equal to its radius*2+1.
-
desc
public GrayF32 desc
Pixel intensity around the feature
-
derivX
public GrayF32 derivX
Image derivative around the feature in the x-direction
-
derivY
public GrayF32 derivY
Image derivative around the feature in the y-direction
-
Gxx
public float Gxx
spatial gradient matrix used in updating the feature's position
-
Gxy
public float Gxy
spatial gradient matrix used in updating the feature's position
-
Gyy
public float Gyy
spatial gradient matrix used in updating the feature's position
-
-
DataMelt 3.0 © DataMelt by jWork.ORG