How can I write matlab program of following equation.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nasreen Ehsan
le 19 Août 2016
Commenté : Torsten
le 19 Août 2016
In attached file formula is present.
0 commentaires
Réponse acceptée
Image Analyst
le 19 Août 2016
Try this:
dissim(cx, cy) = sum((vx-vy)./(vx+vy))
1 commentaire
Torsten
le 19 Août 2016
Slight correction:
dissim = sum(abs((vx-vy)./(vx+vy)))
Best wishes
Torsten.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!