簡單濾波器+波紋函數

#include <iostream> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; //該函數目標是讓目標圖像銳化 void Sharpen(const Mat &image, Mat& result) { //主要是訪問目標像素周圍的函數 //原理是拉普拉斯算子 //也能
相關文章
相關標籤/搜索