Package boofcv.alg.tracker.tld
Class TldFernDescription
java.lang.Object
boofcv.alg.tracker.tld.TldFernDescription
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 -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TldFernDescription
Creates random fern.- Parameters:
rand- Random number generator used to select sample locationsnum- Number of features/pairs
-