weighted median filter

버전 1.0.0.0 (1.48 KB) 작성자: MANISH KUMAR SHARMA
weighted median filter using weighted mask.
다운로드 수: 1.1K
업데이트 날짜: 2011/4/10

라이선스 보기

Weighted Median Filter:
It is same as median filter, only difference is the mask is not empty. It will having some weight (or values) and averaged.
The steps to perform weighted median filtering are as follows:
1) Assume a 3x3 weighted mask.
2) Place the mask at the left hand corner.
3) After convolution (multiplication), Arrange the 9 pixels in ascending or descending order.
4) Chose the median from these nine values.
5) Place this median at the centre.
6) Move the mask through out the image

인용 양식

MANISH KUMAR SHARMA (2025). weighted median filter (https://kr.mathworks.com/matlabcentral/fileexchange/31002-weighted-median-filter), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biological and Health Sciences에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0