A Coding and Sorting Order Algorithm for Medium Filter
-
-
Abstract
Two neighboring windows are used to show the position relationship and correlation between pixels coding and their gray levels.Coding information in the first data window is taken as the basic reference for sorting order in the second window.In such a way,the new algorithm has merged the two-step calculations in traditional approach into one step,and reduced the time complexity of coding and sorting order algorithm from O(n2) to O(n)
-
-