21 - 18 of 18 for MeanFilterSearch Results
View search results from all Wolfram sites (27 matches)
MeanFilter   (Built-in Mathematica Symbol)
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.
Linear and Nonlinear Filters   (Mathematica Guide)
Mathematica's highly optimized filtering capabilities provide a wide range of linear and modern nonlinear local filters, as well as a variety of nonlocal filters, which can ...
GeometricMeanFilter   (Built-in Mathematica Symbol)
GeometricMeanFilter[image, r] filters image by replacing every value by the geometric mean of the values in its range r neighborhood. GeometricMeanFilter[data, r] applies ...
KuwaharaFilter   (Built-in Mathematica Symbol)
KuwaharaFilter[image, r] computes for each pixel p in image the variance of the values in the four (r + 1)*(r + 1) squares that have p as a corner, and replaces p with the ...
HarmonicMeanFilter   (Built-in Mathematica Symbol)
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   (Built-in Mathematica Symbol)
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.
MedianFilter   (Built-in Mathematica Symbol)
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   (Built-in Mathematica Symbol)
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.
Image Filtering & Neighborhood ...   (Mathematica Guide)
Mathematica not only includes highly optimized implementations of standard image processing filters, but also uses its general symbolic architecture to allow arbitrarily ...
Signal Processing   (Mathematica Guide)
Mathematica has powerful capabilities for explicit signal processing with large volumes of data, imported and exported in many formats, and for symbolic analysis of signal ...
 Previous

...