FilterDilate Method

CVB.Net Documentation
Apply a 3x3 dilation filter to the input image.

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

public static Image Dilate(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
image to be filtered

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
See Also

Reference