Local variance estimation for image filtering
이전 댓글 표시
Hi,
while implementing median filter, medfilt2(), why does medfilt2(I.^2) and medfilt2(I).^2 produce same result?
I am interested in calculating local variance
, but using this methodology it is exactly 0.
How do I implement the formula correctly?
채택된 답변
추가 답변 (1개)
Image Analyst
2022년 6월 21일
0 개 추천
Try stdfilt if you have the Image Processing Toolbox. It gives the standard deviation in a local window.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
