Fuzzy logic edge detection

4 ビュー (過去 30 日間)
Duy Nguyen
Duy Nguyen 2019 年 7 月 23 日
編集済み: KALYAN ACHARJYA 2019 年 8 月 1 日
hi everyone,
I have a problem with fuzzy edge detection that I got the result was not good as I expected.
Could you help me?
Thank you very much.
peppersa.png
  1 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 23 日
編集済み: KALYAN ACHARJYA 2019 年 8 月 1 日
You can try with other edge detection techniques? Is there any issue?

サインインしてコメントする。

採用された回答

Rajani Mishra
Rajani Mishra 2019 年 8 月 1 日
You can try with other edge detection techniques.
You can try: edge(I,method) where method can be an edge-detection algorithm.
For example: 1. edge(I,'Canny');
2. edge(I,'Prewitt');
For more information refer to this link: https://www.mathworks.com/help/images/ref/edge.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFuzzy Logic Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by