CS362影像處理概論Fundamental of Digital Image Processing
2021年2月26日 星期五
s1071532 影像處理作業1
圖像亮度調整
撰寫一個程式從檔案讀取一張圖像,將圖像的每一個點像素的值各加上一個整數值 v (-255 <= v <= 255),並將圖像儲存至一個新圖像檔案中。
程式語言:C++
開發環境:
Windows 10
Visual Studio 2019
OpenCV 4.2.0
實作方法:
使用 imread 把圖片讀進來,再把圖片的每個 pixel 加上 v 並確保介於 0 到 255 之間,使用 imwrite 存成圖片。
原圖
變暗(v = -100)
變亮(v = 100)
圖片來源:
https://truth.bahamut.com.tw/s01/202007/fb2e989f00b6f72ec00e60f4f6f196fc.JPG
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言