Class TestFramePipeline

java.lang.Object
org.openftc.easyopencv.OpenCvPipeline
org.firstinspires.ftc.teamcode.subsystems.vision.TestFramePipeline

public class TestFramePipeline extends org.openftc.easyopencv.OpenCvPipeline
  • Field Summary

    Fields inherited from class org.openftc.easyopencv.OpenCvPipeline

    MEMLEAK_DETECTION_ENABLED, MEMLEAK_DETECTION_PIPELINE_SETTLE_DELAY_SECONDS, MEMLEAK_THRESHOLD_MB
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencv.core.Mat
    processFrame(org.opencv.core.Mat input)
     

    Methods inherited from class org.openftc.easyopencv.OpenCvPipeline

    getUserContextForDrawHook, init, onDrawFrame, onViewportTapped, requestViewportDrawHook, saveMatToDisk, saveMatToDiskFullPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestFramePipeline

      public TestFramePipeline()
  • Method Details

    • processFrame

      public org.opencv.core.Mat processFrame(org.opencv.core.Mat input)
      Specified by:
      processFrame in class org.openftc.easyopencv.OpenCvPipeline