Thank you. Regarding to your comments I've a solution also. J = colfilt(I,[5 5],'sliding',@std); I hope your suggestions for my solution.
local variation of image
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to calculate the local standard variation in a sliding window for an image. How it should be done using matlab ??
0 Commenti
Risposta accettata
nayomi ranamuka
il 8 Mag 2011
2 Commenti
Wolfgang Schwanghart
il 8 Mag 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.
Più risposte (1)
Wolfgang Schwanghart
il 7 Mag 2011
Hi,
or
doc stdfilt
Hope this helps, Wolfgang
6 Commenti
Wolfgang Schwanghart
il 7 Mag 2011
What exactly is the problem? Did you try to run the example in the documentation?
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!