You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Bitonal Image Enhancement > FxBitonalErode8 Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FxBitonalErode8 Method

Erodes black pixels on a GdPicture image or into an area of a GdPicture image defined by SetROI() function. 

This filter retains the black pixels surrounded in the 8 directions: E, NE, SE, S, SW, W, NW, N. His action is more sensitive than FxErode4. 

This function should be use only on bitonal images.

C#
public GdPictureStatus FxBitonalErode8(
    int ImageID
);
Visual Basic
Public Function FxBitonalErode8(
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.