ImageGear for Java
erode Method
Page class object to apply effect to.
Matrix specifying a structuring element for the operation.

This method is applicable to any grayscale images (images with com.accusoft.imagegear.core.ImGearColorSpaceIDs.Gy color space).

com.accusoft.imagegear.core.ImGearColorSpaceIDscom.accusoft.imagegear.core.ImGearRasterPage

Applies erosion effect to provided raster page using the specified structure element.
Syntax
public static void erode( 
   ImGearRasterPage page,
   int[][] matrix
)

Parameters

page
Page class object to apply effect to.
matrix
Matrix specifying a structuring element for the operation.

This method is applicable to any grayscale images (images with com.accusoft.imagegear.core.ImGearColorSpaceIDs.Gy color space).

com.accusoft.imagegear.core.ImGearColorSpaceIDscom.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback