Class OpenCVHSVColorbasedObjectDetector

  • All Implemented Interfaces:
    ObjectDetector<org.opencv.core.Mat,​org.opencv.core.Point,​org.opencv.core.Rect>

    public class OpenCVHSVColorbasedObjectDetector
    extends AbstractColorbasedObjectDetector<org.opencv.core.Mat,​org.opencv.core.Point,​org.opencv.core.Rect,​HSVColor>

    Color-based Object Detector on HSV colored images.

    Since:
    1.0
    Author:
    Christoph Praschl
    • Constructor Detail

      • OpenCVHSVColorbasedObjectDetector

        public OpenCVHSVColorbasedObjectDetector()
    • Method Detail

      • getBoundingBox

        public RectangleWrapper<org.opencv.core.Rect,​org.opencv.core.Point> getBoundingBox​(ImageWrapper<org.opencv.core.Mat> image)
        Method for detecting an object.
        Parameters:
        image - Image where object should be detected
        Returns:
        Returns the boundingbox of the detected object.