FilterHighPass Method

CVB.Net Documentation
This function applies a square high pass 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 HighPass(
	Image img,
	FixedFilterSize size
)

Parameters

img
Type: Stemmer.CvbImage
Image to be filtered.
size
Type: Stemmer.Cvb.FoundationFixedFilterSize
Either Kernel3x3 or Kernel5x5.

Return Value

Type: Image
The filtered image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
ArgumentExceptionIf the size parameter is invalid (only 3x3 and 5x5 filter masks are supported
See Also

Reference