OpenCV 彩色圖像的直方圖均衡化、平滑和銳化 C++

前面已經介紹過灰度圖像的平滑和銳化,下面使用均值平滑和拉普拉斯銳化處理彩色圖像。 平滑結果: 平滑差異和銳化結果   代碼實現: #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hpp" using namespace cv; int main() {     Mat src = imread("le
相關文章
相關標籤/搜索