Apply a filter to an image
조회 수: 4 (최근 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!