local variation of image
2 ビュー (過去 30 日間)
古いコメントを表示
I want to calculate the local standard variation in a sliding window for an image. How it should be done using matlab ??
0 件のコメント
採用された回答
nayomi ranamuka
2011 年 5 月 8 日
2 件のコメント
Wolfgang Schwanghart
2011 年 5 月 8 日
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.
その他の回答 (1 件)
Wolfgang Schwanghart
2011 年 5 月 7 日
Hi,
or
doc stdfilt
Hope this helps, Wolfgang
6 件のコメント
Wolfgang Schwanghart
2011 年 5 月 7 日
What exactly is the problem? Did you try to run the example in the documentation?
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!