Fuzzy logic edge detection
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Duy Nguyen
le 23 Juil 2019
Modifié(e) : KALYAN ACHARJYA
le 1 Août 2019
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 commentaire
KALYAN ACHARJYA
le 23 Juil 2019
Modifié(e) : KALYAN ACHARJYA
le 1 Août 2019
You can try with other edge detection techniques? Is there any issue?
Réponse acceptée
Rajani Mishra
le 1 Août 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fuzzy Logic Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!