4 #include <opencv2/imgproc/imgproc.hpp> 5 #include <opencv2/opencv.hpp>
std::vector< cv::Mat > bwList
Definition: FrameGen.hpp:23
cv::Mat bw
Definition: FrameGen.hpp:22
FrameGen()
capture frames from camera module
Definition: FrameGen.cpp:15
int cameraSrc
Definition: FrameGen.hpp:25
cv::Mat srcLR
Definition: FrameGen.hpp:19
cv::Mat src
Definition: FrameGen.hpp:21
cv::VideoCapture cap
Definition: FrameGen.hpp:24
Class for video capturing from camera module. It takes the frames from the camera and passes it to ot...
Definition: FrameGen.hpp:14