Sharpen

dwv.image.filter. Sharpen

new Sharpen()

Source:

Sharpen an image using a sharpen convolution matrix.

Methods

getName() → {string}

Source:

Get the name of the filter.

Returns:

The name of the filter.

Type
string

getOriginalImage() → {dwv.image.Image}

Source:

Get the original image.

Returns:

image The original image.

Type
dwv.image.Image

setOriginalImage(image)

Source:

Set the original image.

Parameters:
Name Type Description
image dwv.image.Image

The original image.

update() → {dwv.image.Image}

Source:

Transform the main image using this filter.

Returns:

The transformed image.

Type
dwv.image.Image