Performs a 3x3 Average filter smoothing operation on the image, placing the output in the center of the window.
Overload List
Overload | Description |
ApplyAverageFilter() |
Performs a 3x3 Average filter smoothing operation on the image, placing the output in the center of the window.
|
ApplyAverageFilter(FilterAverageOptions) |
Performs an Average filter smoothing operation on the image. All pixel values in a window of the given size
will be averaged together, and placed in the specified center location.
|
See Also