ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > filterWithMedian Method : filterWithMedian(ImGearRasterPage,int,int,ImGearChannelRange) Method |
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
public static void filterWithMedian( ImGearRasterPage page, int neighborhoodWidth, int neighborhoodHeight, ImGearChannelRange channels ) |
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