Package edu.wpi.first.wpilibj.vision
Interface VisionPipeline
@Deprecated public interface VisionPipeline
Deprecated.
Replaced with edu.wpi.first.vision.VisionPipeline
A vision pipeline is responsible for running a group of OpenCV algorithms to extract data from an
image.
- See Also:
VisionRunner
,VisionThread
-
Method Details
-
process
Deprecated.Processes the image input and sets the result objects. Implementations should make these objects accessible.- Parameters:
image
- The image to process.
-