How to apply own shape filter on image?

조회 수: 10 (최근 30일)
Selva Karna
Selva Karna 2017년 11월 1일
답변: Himanshu 2024년 11월 25일
apply own shape filter on image

답변 (1개)

Himanshu
Himanshu 2024년 11월 25일
Hey,
You may refer the following MATLAB answer thread to learn about applying chebyshev type I low pass filter to filter an image.
To apply a Chebyshev Type I low-pass filter to an image in MATLAB, define the filter specifications and use the "cheby1" function to design the filter. Then, read the image, convert it to double precision, and apply the filter to reduce high-frequency components.
If this does not reoslve your query, and you need to apply some other filter, please elaborate on your 'own' filter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by