local variation of image
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to calculate the local standard variation in a sliding window for an image. How it should be done using matlab ??
0 commentaires
Réponse acceptée
nayomi ranamuka
le 8 Mai 2011
2 commentaires
Wolfgang Schwanghart
le 8 Mai 2011
Hi, your solution is good, too! The function stdfilt is probably much faster, but if this is not a problem right now, colfilt is a good alternative.
Plus de réponses (1)
Wolfgang Schwanghart
le 7 Mai 2011
Hi,
or
doc stdfilt
Hope this helps, Wolfgang
6 commentaires
Wolfgang Schwanghart
le 7 Mai 2011
What exactly is the problem? Did you try to run the example in the documentation?
Voir également
Catégories
En savoir plus sur Matrix Indexing 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!