FilterSharpen Method

CVB.Net Documentation
This function applies a Kernel3x3 sharpen filter to an image.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Sharpen(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image to be filtered

Return Value

Type: Image
The filtered image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
See Also

Reference