dwv.image.filter. Sobel

new Sobel()

Apply a Sobel filter to an image.

Methods

getName() → {string}

Get the name of the filter.

Returns:

The name of the filter.

Type: 
string

getOriginalImage() → {dwv.image.Image}

Get the original image.

Returns:

image The original image.

Type: 
dwv.image.Image

setOriginalImage(image)

Set the original image.

Parameters:
NameTypeDescription
imagedwv.image.Image

The original image.

update() → {dwv.image.Image}

Transform the main image using this filter.

Returns:

The transformed image.

Type: 
dwv.image.Image