You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extremely basic median filtering method for matrices and vectors.
For matrices, it simply takes the median of the four
closest (non-diagonal) neighbors.
For vectors, the median is taken from the two nearest neighboring values.