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.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
ImageValue[image, {x, y}] gives the pixel value of image at position {x, y}.ImageValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
DefaultMenuStyle is a low-level option for menu-generating constructs that specifies the default style to use for displaying menu items.
Resampling is an option that specifies the method to be used for resampling images.
CounterIncrements is an option for selections that specifies whether the value of a specified counter is incremented by one.
DefaultNotebook is a global option that specifies which notebook is used as a template for all new notebooks.
All of the functionality in Graphics`PlotField` has been added to the built-in Mathematica kernel.
AbortKernels[] aborts evaluations running in all parallel subkernels.