High Pass Filter for image processing in python by using scipy/numpy

前端 未结 5 753
走了就别回头了
走了就别回头了 2021-01-30 04:34

I am currently studying image processing. In Scipy, I know there is one median filter in Scipy.signal. Can anyone tell me if there is one filter similar to high pass filter?

5条回答
  •  悲&欢浪女
    2021-01-30 05:13

    scipy.filter contains a large number of generic filters. Something like the iirfilter class can be configured to yield the typical Chebyshev or Buttworth digital or analog high pass filters.

提交回复
热议问题