Analysis: Mathematics: Median Filter
Apply median filter to a matrix
1. medianflt2 im:=MSource;
2. medianflt2 im:=MSource om:=MOutput;
3. medianflt2 n:=3;
4. medianflt2 po:=repeat;
5. medianflt2 im:=MSource om:=Moutput n:=3 po:=map;
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
The input Matrix
Output
The output matrix See the syntax here.
int
The filter window size
Specifies how to pad cells outside borders. Option list
Please refer to this page in the User Guide for more information:
filter2, specialflt2