Fuzzy logic edge detection
조회 수: 2 (최근 30일)
이전 댓글 표시
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.

댓글 수: 1
KALYAN ACHARJYA
2019년 7월 23일
편집: KALYAN ACHARJYA
2019년 8월 1일
You can try with other edge detection techniques? Is there any issue?
채택된 답변
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');
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!