Uses of Class
boofcv.alg.tracker.tld.TldFernDescription
Packages that use TldFernDescription
-
Uses of TldFernDescription in boofcv.alg.tracker.tld
Fields in boofcv.alg.tracker.tld declared as TldFernDescriptionMethods in boofcv.alg.tracker.tld with parameters of type TldFernDescriptionModifier and TypeMethodDescriptionprotected int
TldFernClassifier.computeFernValue
(float c_x, float c_y, float rectWidth, float rectHeight, TldFernDescription fern) Computes the value of the specified fern at the specified location in the image.protected int
TldFernClassifier.computeFernValueRand
(float c_x, float c_y, float rectWidth, float rectHeight, TldFernDescription fern) Computes the value of a fern after adding noise to the image being sampled.