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

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.

com.accusoft.imagegear.core.ImGearRasterPage

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

Parameters

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

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.

com.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback