Median filtering

Status
Not open for further replies.

bijus7

Junior Member
Jan 21, 2014
1
0
0
Does median filtering replace the origin value once? If is it so why that only value is replaced?
 

slugg

Diamond Member
Feb 17, 2002
4,723
80
91
Does median filtering replace the origin value once?
Any filter replaces the originating value only once. If there are two replacements, then it is two filters. You can have multiple passes of a single filter, if you'd like, but each one modifies the sample only once. Internal, computational "replacements" do not count; this would be an implementation-specific detail not relevant to the actual filtering operation.

If is it so why that only value is replaced?
Can you please rephrase this question? I can't figure out what you're trying to ask...
 
Status
Not open for further replies.