WPILibC++
2018.4.1-20180819050225-1157-gb44f27d
|
A vision pipeline is responsible for running a group of OpenCV algorithms to extract data from an image. More...
#include <VisionPipeline.h>
Public Member Functions | |
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.
|
pure virtual |
Processes the image input and sets the result objects.
Implementations should make these objects accessible.