Convolve an image several times using for loop opencv python

前端 未结 0 1318
有刺的猬
有刺的猬 2021-02-01 00:37

below is a python code that performs convolution 10 times to an image

import cv2
import numpy as np
from skimage.exposure import rescale_intensity
kernel = np.one         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题