MedianFilter[image, r] filters image by replacing every value by the median in its range r neighborhood. MedianFilter[data, r] applies median filtering to an array of data.
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
PhaseMargins[sys] gives the phase margins of a linear time-invariant system sys.
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...