Class DetectedObjects.DetectedObject

    • Constructor Detail

      • DetectedObject

        public DetectedObject​(java.lang.String className,
                              double probability,
                              BoundingBox boundingBox)
        Constructs a bounding box with the given data.
        Parameters:
        className - name of the type of object
        probability - probability that the object is correct
        boundingBox - the location of the object