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
    조회 수: 4 (최근 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?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


