Quantile Filtering
• quantfilt(M, elem, quantile)—Performs quantile filtering on M using neighborhood matrix elem and quantile probability quantile.
Arguments
• M is an image matrix.
• elem is a filtering kernel matrix of arbitrary size with real elements.
• quantile is an intensity percentage — a real number between zero and one, inclusive.
Additional Information
• The function allows a user-defined kernel and quantile instead of the median.
• The function returns an image matrix which contains the specified intensity transformation.