Package edu.wpi.first.vision
Interface VisionPipeline
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A vision pipeline is responsible for running a group of OpenCV algorithms to extract data from an
image.
- See Also:
-
Method Summary
-
Method Details
-
process
Processes the image input and sets the result objects. Implementations should make these objects accessible.- Parameters:
image- The image to process.
-