Apply a filter to an image
2 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to apply a filter made using the filter design and analysis tool to an image or another way of creating a filter and then applying it to an image.
3 件のコメント
回答 (2 件)
Chaya N
2016 年 10 月 31 日
編集済み: Chaya N
2016 年 10 月 31 日
There are many ways available. The following is just a sample subset of functions to give you an idea: conv2 , filter2 , any among the list available under Image Filtering. You could treat any image as a 2D (or multi-D) array or vice versa. The filter object itself would depend on your purpose.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!