Fuzzy logic edge detection
1 view (last 30 days)
Show older comments
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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/230922/peppersa.png)
1 Comment
KALYAN ACHARJYA
on 23 Jul 2019
Edited: KALYAN ACHARJYA
on 1 Aug 2019
You can try with other edge detection techniques? Is there any issue?
Accepted Answer
Rajani Mishra
on 1 Aug 2019
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 Comments
More Answers (0)
See Also
Categories
Find more on Fuzzy Logic Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!