Method | Description | |
---|---|---|
PointedMeanFloodFill ( ) : System |
Initializes a new instance of the PointedMeanFloodFill class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
CheckGrayPixel ( byte pixel ) : bool | ||
CheckRGBPixel ( byte pixel ) : bool | ||
CoordsToPointerGray ( int x, int y ) : byte* | ||
CoordsToPointerRGB ( int x, int y ) : byte* | ||
LinearFloodFill4Gray ( int x, int y ) : void | ||
LinearFloodFill4RGB ( int x, int y ) : void |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |