ImageEn, unit imageenproc |
|
TImageEnProc.Maximum
Declaration
procedure Maximum(WindowSize: Integer);
Description
Set each pixel in the image to the maximum value of all the current image pixel values in the neighborhood of size
WindowSize.
The maximum filter is typically applied to an image to remove negative outlier noise.
Note: This function is also available to the user in the
Image Processing dialogSee Also
-
Minimum-
Opening-
Closing