#include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main() { Mat input_image; VideoCapture cam(0); if (!cam Read More
posted @ 2016-08-24 17:08 A-inspire Views(2066) Comments(0) Diggs(0) Edit