Package boofcv.alg.tracker.tld
Class TldFernDescription
java.lang.Object
boofcv.alg.tracker.tld.TldFernDescription
public class TldFernDescription extends Object
Fern descriptor used in
TldTracker
. The number of features can be at most 32, enough to fit inside
an integer. The location of each point is from -0.5 to 0.5 and randomly selected. When computed it is scaled
independently along x and y axis to the region's width and height, respectively.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TldFernDescription.SamplePair
-
Constructor Summary
Constructors Constructor Description TldFernDescription(Random rand, int num)
Creates random fern. -
Method Summary
-
Constructor Details
-
TldFernDescription
Creates random fern.- Parameters:
rand
- Random number generator used to select sample locationsnum
- Number of features/pairs
-