Interface ObjectDetector<I,​P,​R>

    • Method Detail

      • getObjectCenter

        Point2Wrapper<P> getObjectCenter​(ImageWrapper<I> image)
        Method for detecting an object.
        Parameters:
        image - Image where object should be detected
        Returns:
        Returns the center point of the detected object.
      • getBoundingBox

        RectangleWrapper<R,​P> getBoundingBox​(ImageWrapper<I> image)
        Method for detecting an object.
        Parameters:
        image - Image where object should be detected
        Returns:
        Returns the boundingbox of the detected object.