WPILibC++
2018.4.1-20180924031742-1200-g1aa8446
|
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.