how to create a customized filter for the given image?
1 回表示 (過去 30 日間)
古いコメントを表示
I have to filter an image. I should not use inbuilt commands like medfilt2 etc., I have to create my own filter. Can anyone specify the method?
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 1 月 19 日
Two or four nested for loops should do it, depending on what you want to do.
2 件のコメント
Walter Roberson
2013 年 1 月 19 日
You have not indicated what kind of filter you are interested in, so the answer has to be vague.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!