FDAtool and design a image processing filter.
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
How can i design a edge detection filter with FDAtool?such as sobel.
i can design a voice filter with FDAtool but i don't know image filter.
excuse my poor english
Regards
0 件のコメント
採用された回答
Image Analyst
2013 年 1 月 14 日
I don't know FDAtool. Typically image filters are performed using conv2(), imfilter(), edge(), stdfilt(), entropyfilt(), imtophat(), etc., or they are made with a custom function that you write.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!