ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > filterWithMedian Method : filterWithMedian(ImGearRasterPage,int,int) Method |
This method looks for an average color value inside the square area near the pixel and replaces the pixel with this value. Processes color channels only.
public static void filterWithMedian( ImGearRasterPage page, int neighborhoodWidth, int neighborhoodHeight ) |
This method looks for an average color value inside the square area near the pixel and replaces the pixel with this value. Processes color channels only.