写真から版画の下絵を作る
Published:
By nobCategory: Posts
Published:
By nobCategory: Posts
Published:
By nobCategory: Posts
画像の輪郭を抽出できるというDoG (Difference of Gaussians) フィルタを試してみる。
import cv2
import matplotlib.pyplot as plt
image_file = "data/image/flower.jpg"
image = cv2.imread …