Class ColorTellerYCbCr

java.lang.Object
org.openftc.easyopencv.OpenCvPipeline

public class ColorTellerYCbCr extends AbstractResultCvPipeline<ColorTellerYCbCr.ycbcrResult>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class com.pocolifo.robobase.vision.AbstractResultCvPipeline

    result

    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
    Get the current result of the pipeline.
    void
    Runs when the pipeline is first set.
    void
    init(org.opencv.core.Mat firstFrame)
     
    org.opencv.core.Mat
    processFrame(org.opencv.core.Mat input)
     

    Methods inherited from class org.openftc.easyopencv.OpenCvPipeline

    getUserContextForDrawHook, onDrawFrame, onViewportTapped, requestViewportDrawHook, saveMatToDisk, saveMatToDiskFullPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait