作業說明
撰寫一個程式,以灰階模式讀取一張圖像 imread(path, IMREAD_GRAYSCALE)
(a)利用 Sobel Operators 偵測並輸出邊緣成分圖
(b)設計一個類似素描線條的自畫像圖案。(想想:如何使用邊緣偵測所得到的點,結合
成看似素描筆畫出的線條?
作業環境
Windows 10 、Google Colab 、Python
實作方式
(a)
1. 讀取圖片
2. 圖片轉為灰階
3. sobel function進行邊緣偵測
(b)
1. 對img_sobel inverse
2. 對img_gray做高斯blur
3. 對img_gray和img_blur做divide
結果
(a) 原圖 |
(d) Sobel inverse |
(e) 高斯blur + gray 做 divide |
沒有留言:
張貼留言