Med Filter implement pictures

조회 수: 5 (최근 30일)
Franzi
Franzi 2020년 5월 31일
댓글: Rena Berman 2020년 10월 12일
Hello! I have the following question:
I have to implement the median filter for a black&white picture. I have given a mask which has the values zero and one, to determine Ω. For [a,b]=size(A) is a,b and where s is a signal
I should print the solution of the filtering.
Has anyone an idea how that could be implemented?
  댓글 수: 1
Rena Berman
Rena Berman 2020년 10월 12일
(Answers Dev) Restored edit

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2020년 5월 31일
I have no idea what Omega is, or what most of that mathematical set theory mumbo jumbo is. Just state it in words. If you want to take the median filter, use medfilt2().
medianFilteredImage = medfilt2(grayImage, [a, b]);
imshow(mfImage, []);
As far as determining what Omega should be, I have no idea since I don't know what Omega is.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by