FilterEdge Method

CVB.Net Documentation
Apply an Edge filter to the input image. Edge filters are available with kernel sizes 2x2 and 3x3.

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

public static Image Edge(
	Image image,
	FilterKernelSize kernelSize
)

Parameters

image
Type: Stemmer.CvbImage
image to be filtered
kernelSize
Type: Stemmer.Cvb.MinosFilterKernelSize
kernel size to be used

Return Value

Type: Image
filtered image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the image parameter is null
ObjectDisposedExceptionIf the image has already been disposed of
CvbExceptionwhen trying to call the filter function on an image with a pixel format other than 8 bits per pixel unsigned
ArgumentExceptionIf an invalid kernelSize was selected
See Also

Reference