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

Image Analyst
Image Analyst 2016년 10월 31일
Where is that? I don't see it on the Apps tab of the tool ribbon. The only thing I see there that is even close is the "Filter Designer" app, but that seems to be just for 1-D signals, not images, and there doesn't seem to be anyway to export the code it builds to an m-file. So where exactly did you find this "filter design and analysis tool"?
Chaya N
Chaya N 2016년 10월 31일
@Image Analyst: I think the "Filter Designer" app in the latest release was previously called the "Filter Design and Analysis Tool" ( fdatool) in the older versions.
Thomas Hoyle
Thomas Hoyle 2016년 11월 2일
I am using R2016a and on the apps tab under signal processing and communications is where I found Filter Design and Analysis Too

댓글을 달려면 로그인하십시오.

답변 (2개)

Chaya N
Chaya N 2016년 10월 31일
편집: Chaya N 2016년 10월 31일

0 개 추천

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.

질문:

2016년 10월 31일

댓글:

2016년 11월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by