How to apply own shape filter on image?
2 ビュー (過去 30 日間)
古いコメントを表示
apply own shape filter on image
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!