Class TldRegion

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

public class TldRegion extends Object
A high confidence region detected inside the image where
  • Field Details

    • connections

      public int connections
      Number of connections found in non-maximum suppression
    • confidence

      public double confidence
      Score computed from NCC descriptor
    • rect

      public ImageRectangle rect
      Description of the rectangular region
  • Constructor Details

    • TldRegion

      public TldRegion()