EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
HarmonicMeanFilter[image, r] filters image by replacing every value by the harmonic mean of the values in its range r neighborhood. HarmonicMeanFilter[data, r] applies ...
MaxFilter[image, r] filters image by replacing every value by the maximum in its range r neighborhood. MaxFilter[data, r] applies max filtering to an array of data.
MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
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.
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 ...
StandardDeviationFilter[image, r] filters image by replacing every value by the standard deviations of the values in its range r neighborhood. StandardDeviationFilter[data, ...
Output formats for numbers. These numbers are given in the default output format. Large numbers are given in scientific notation. This gives all numbers in scientific ...
MathML is an XML-based markup language for representing mathematics. It was developed by the W3C to provide an effective way to display math in web pages and facilitate the ...