Package org.photonvision.vision.pipeline
Class ReflectivePipeline
java.lang.Object
org.photonvision.vision.pipeline.CVPipeline<CVPipelineResult,ReflectivePipelineSettings>
org.photonvision.vision.pipeline.ReflectivePipeline
- All Implemented Interfaces:
Releasable
Represents a pipeline for tracking retro-reflective targets.
-
Field Summary
Fields inherited from class org.photonvision.vision.pipeline.CVPipeline
cameraQuirks, frameStaticProperties, released, settings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(Frame frame, ReflectivePipelineSettings settings) protected void
Methods inherited from class org.photonvision.vision.pipeline.CVPipeline
getSettings, getThresholdType, release, run, setPipeParams, setSettings
-
Constructor Details
-
ReflectivePipeline
public ReflectivePipeline() -
ReflectivePipeline
-
-
Method Details
-
setPipeParamsImpl
protected void setPipeParamsImpl()- Specified by:
setPipeParamsImpl
in classCVPipeline<CVPipelineResult,
ReflectivePipelineSettings>
-
process
- Specified by:
process
in classCVPipeline<CVPipelineResult,
ReflectivePipelineSettings>
-