Package com.pocolifo.robobase.vision
Class EdgeDetection
java.lang.Object
org.openftc.easyopencv.OpenCvPipeline
com.pocolifo.robobase.vision.AbstractResultCvPipeline<SpikePosition>
com.pocolifo.robobase.vision.EdgeDetection
- 
Field Summary
Fields inherited from class com.pocolifo.robobase.vision.AbstractResultCvPipeline
resultFields inherited from class org.openftc.easyopencv.OpenCvPipeline
MEMLEAK_DETECTION_ENABLED, MEMLEAK_DETECTION_PIPELINE_SETTLE_DELAY_SECONDS, MEMLEAK_THRESHOLD_MB - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Runs when the pipeline is first set.org.opencv.core.MatprocessFrame(org.opencv.core.Mat input) Methods inherited from class com.pocolifo.robobase.vision.AbstractResultCvPipeline
getResultMethods inherited from class org.openftc.easyopencv.OpenCvPipeline
getUserContextForDrawHook, init, onDrawFrame, onViewportTapped, requestViewportDrawHook, saveMatToDisk, saveMatToDiskFullPath 
- 
Constructor Details
- 
EdgeDetection
public EdgeDetection(org.opencv.core.Scalar min, org.opencv.core.Scalar max)  
 - 
 - 
Method Details
- 
init
public void init()Description copied from class:AbstractResultCvPipelineRuns when the pipeline is first set.- Specified by:
 initin classAbstractResultCvPipeline<SpikePosition>
 - 
processFrame
public org.opencv.core.Mat processFrame(org.opencv.core.Mat input) - Specified by:
 processFramein classorg.openftc.easyopencv.OpenCvPipeline- Parameters:
 input- the frame to be processed- Returns:
 - the processed frame
 
 
 -