WPILibC++ 2024.3.2
|
A vision pipeline is responsible for running a group of OpenCV algorithms to extract data from an image. More...
#include <vision/VisionPipeline.h>
Public Member Functions | |
virtual | ~VisionPipeline ()=default |
virtual void | Process (cv::Mat &mat)=0 |
Processes the image input and sets the result objects. More... | |
A vision pipeline is responsible for running a group of OpenCV algorithms to extract data from an image.
|
virtualdefault |
|
pure virtual |
Processes the image input and sets the result objects.
Implementations should make these objects accessible.