Uses of Class
boofcv.alg.tracker.klt.KltFeature
Packages that use KltFeature
-
Uses of KltFeature in boofcv.alg.tracker.klt
Fields in boofcv.alg.tracker.klt declared as KltFeatureModifier and TypeFieldDescriptionPyramidKltFeature.descKLT feature description for each layer in the pyramidMethods in boofcv.alg.tracker.klt with parameters of type KltFeatureModifier and TypeMethodDescriptionprotected voidKltTracker.computeE(KltFeature feature, float x, float y) protected intKltTracker.computeGandE_border(KltFeature feature, float cx, float cy) When part of the region is outside the image G and E need to be recomputedprotected booleanKltTracker.internalSetDescription(KltFeature feature, D derivX, D derivY) protected booleanKltTracker.internalSetDescriptionBorder(KltFeature feature, D derivX, D derivY) Computes the descriptor for border features.booleanKltTracker.isDescriptionComplete(KltFeature feature) Checks to see if the feature description is complete or if it was created by a feature partially outside the imageprotected voidKltTracker.setAllowedBounds(KltFeature feature) Precompute image bounds that the feature is allowed inside ofbooleanKltTracker.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.