how can i implement band pass filter in an image?
이전 댓글 표시
i need to implement band pass filter for an image.. can anyone help me to code.
답변 (1개)
Wayne King
2013년 11월 1일
0 개 추천
One way is to design the filter in 1D and then use ftrans2() if you have the Image Processing Toolbox to transform the filter into a 2D filter.
Also if you have IPT, see fwind2(), fsamp2()
You can always just create a separable filter out of a 1-D filter.
카테고리
도움말 센터 및 File Exchange에서 Image Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!