new Sharpen()
Sharpen an image using a sharpen convolution matrix.
- Source
Methods
getName() → {string}
Get the name of the filter.
- Source
Returns:
The name of the filter.
- Type:
- string
getOriginalImage() → {dwv.image.Image}
Get the original image.
- Source
Returns:
image The original image.
- Type:
- dwv.
image. Image
setOriginalImage(image)
Set the original image.
Parameters:
Name | Type | Description |
---|---|---|
image | dwv. | The original image. |
- Source
update() → {dwv.image.Image}
Transform the main image using this filter.
- Source
Returns:
The transformed image.
- Type:
- dwv.
image. Image