Uses of Class
boofcv.alg.tracker.klt.KltFeature
-
Uses of KltFeature in boofcv.alg.tracker.klt
Modifier and TypeFieldDescriptionPyramidKltFeature.desc
KLT feature description for each layer in the pyramidModifier and TypeMethodDescriptionprotected void
KltTracker.computeE
(KltFeature feature, float x, float y) protected int
KltTracker.computeGandE_border
(KltFeature feature, float cx, float cy) When part of the region is outside the image G and E need to be recomputedprotected boolean
KltTracker.internalSetDescription
(KltFeature feature, D derivX, D derivY) protected boolean
KltTracker.internalSetDescriptionBorder
(KltFeature feature, D derivX, D derivY) Computes the descriptor for border features.boolean
KltTracker.isDescriptionComplete
(KltFeature feature) Checks to see if the feature description is complete or if it was created by a feature partially outside the imageprotected void
KltTracker.setAllowedBounds
(KltFeature feature) Precompute image bounds that the feature is allowed inside ofboolean
KltTracker.setDescription
(KltFeature feature) Sets the features description using the current image and the location of the feature stored in the feature.KltTracker.track
(KltFeature feature) Updates the feature's location inside the image.