Class HSVPipe

java.lang.Object
org.photonvision.vision.pipe.CVPipe<org.opencv.core.Mat,org.opencv.core.Mat,HSVPipe.HSVParams>
org.photonvision.vision.pipe.impl.HSVPipe

public class HSVPipe extends CVPipe<org.opencv.core.Mat,org.opencv.core.Mat,HSVPipe.HSVParams>
  • Constructor Details

    • HSVPipe

      public HSVPipe()
  • Method Details

    • process

      protected org.opencv.core.Mat process(org.opencv.core.Mat in)
      Description copied from class: CVPipe
      Runs the process for the pipe.
      Specified by:
      process in class CVPipe<org.opencv.core.Mat,org.opencv.core.Mat,HSVPipe.HSVParams>
      Parameters:
      in - Input for pipe processing.
      Returns:
      Result of processing.