Class TldRegionFernInfo

java.lang.Object
boofcv.alg.tracker.tld.TldRegionFernInfo

public class TldRegionFernInfo extends Object
Storage for fern classification results for a particular rectangle in the image.
  • Field Details

    • r

      public ImageRectangle r
      Location being considered
    • sumP

      public int sumP
      Sum of positive fern examples in this region
    • sumN

      public int sumN
      Sum of negative fern examples in this region
  • Constructor Details

    • TldRegionFernInfo

      public TldRegionFernInfo()