Class PotentialTarget

java.lang.Object
org.photonvision.vision.target.PotentialTarget
All Implemented Interfaces:
Releasable

public class PotentialTarget extends Object implements Releasable
  • Field Details

    • m_mainContour

      public final Contour m_mainContour
    • m_subContours

      public final List<Contour> m_subContours
    • shape

      public final CVShape shape
    • confidence

      public final double confidence
    • clsId

      public final int clsId
  • Constructor Details

  • Method Details

    • getMinAreaRect

      public org.opencv.core.RotatedRect getMinAreaRect()
    • getArea

      public double getArea()
    • release

      public void release()
      Specified by:
      release in interface Releasable