ImageGear for Java
filterWithMedian(ImGearRasterPage,int,int,ImGearChannelRange) Method
Image to filter.
Width of the square area.
Height of the square area.
Channel range.

This method looks for an average color value inside the square area near the pixel and replaces the pixels with this value. Processes a specified range of channels.

Can be applied only to the raster pages with standard (non Run-Ends) DIB.

com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearChannelRange

Removes color noise from the image.
Syntax
public static void filterWithMedian( 
   ImGearRasterPage page,
   int neighborhoodWidth,
   int neighborhoodHeight,
   ImGearChannelRange channels
)

Parameters

page
Image to filter.
neighborhoodWidth
Width of the square area.
neighborhoodHeight
Height of the square area.
channels
Channel range.

This method looks for an average color value inside the square area near the pixel and replaces the pixels with this value. Processes a specified range of channels.

Can be applied only to the raster pages with standard (non Run-Ends) DIB.

com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearChannelRange

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback