C++版OpenCV·第十二集:拉普拉斯算子
#include<iostream>#include<opencv2/highgui/highgui.hpp>#include<opencv2/imgproc/imgproc.hpp>using namespace std;using namespace cv;char* window_name = "Laplace Demo";