필터 지우기
필터 지우기

Fuzzy logic edge detection

조회 수: 2 (최근 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 CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by