Class AbstractTargetProcessor<T extends VisionResult>

    • Method Detail

      • computeResult

        public abstract T computeResult​(java.util.List<org.opencv.core.Rect> targets)
        Parameters:
        targets - list of targets to compute
        Returns:
        {T}
      • getLastResult

        protected T getLastResult()
      • process

        public final void process​(java.util.List<org.opencv.core.Rect> targets)
        Description copied from interface: TargetProcessor
        Extract the result type from a list of rectangles found.
        Specified by:
        process in interface TargetProcessor
        Parameters:
        targets - The list of targets found.