Opencv2.0-LK光流及鼠标和键盘响应
1.#include "opencv2/video/tracking.hpp"#include "opencv2/imgproc/imgproc.hpp"#include "opencv2/highgui/highgui.hpp" #include <iostream>#include <ctype.h> using namespace cv;using namespace std; static void help(){ // print a





