震动蜡烛

文章
5
资源
0
加入时间
3年1月10天

opencv3 点击鼠标显示坐标

#include "stdafx.h"#include<opencv2/opencv.hpp>#include<iostream>using namespace cv;using namespace std;void OnMouse(int event, int x, int y, int flag, void* param) {    Mat img = ...