Documentation of 'boofcv.alg.tracker.tld.TldFernDescription' Java class
TldFernDescription
boofcv.alg.tracker.tld

Class TldFernDescription



  • public class TldFernDescription
    extends java.lang.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.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TldFernDescription(java.util.Random rand, int num)
      Creates random fern.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TldFernDescription

        public TldFernDescription(java.util.Random rand,
                                  int num)
        Creates random fern.
        Parameters:
        rand - Random number generator used to select sample locations
        num - Number of features/pairs

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.