can anyone explain more about median filtering?
- From: Noridayu Othman <noridayuothman@xxxxxxxxx>
- Date: Sun, 1 Nov 2009 02:22:22 -0800 (PST)
can anyone describe this coding below. actually this coding is for
median filtering. but i cant understand line by line the coding. i too
beginner in image processing. please help me
%Median filtering
mf = size(H);
for m = 0:1:mf(1)-3;
for n = 0:1:mf(2)-3;
for i = 1+m:1:3+m;
for j = 1+n:1:3+n;
c(i-m, j-n) = H(i,j);
end
end
for i= 1:1:9;
cc(i) = c(i);
end
med = median (cc);
H(2+m, 2+n) = med;
end
end
.
- Prev by Date: Re: how to define a color name from RGB triple
- Next by Date: PLZ JUST 1 time open then close. earningtoonline1000dollars.blogspot.com
- Previous by thread: www.nikeshoesvogue.com Cheap *** Jordans,Nike Shox,Air Max,Nike Dunks
- Next by thread: PLZ JUST 1 time open then close. earningtoonline1000dollars.blogspot.com
- Index(es):