開發環境
Windows 10 + Visual Studio 2017 + OpenCV 3.4.5
實作方法
讓使用者輸入檔案名稱(需與cpp檔同一目錄下)和亮度調整值
使用imread()讀取圖片
使用convertTo()對影像做線性變換(x’=a*x+b)
convertTo()中已有呼叫saturate_cast<>防止像素溢位
使用imwrite()將處理好的影像輸出
以namedWindow()開啟影像視窗
使用imshow()將影像以上一步的視窗開啟
成果展示
沒有留言:
張貼留言