grow


Description:

public static bool grow (Image image, int steps)

Grow the image's selection

This procedure grows the selection. Growing involves expanding the boundary in all directions by the specified pixel amount.

Parameters:

image

The image.

steps

Steps of grow (in pixels).

Returns:

TRUE on success.