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!