FilterEdge Method

CVB.Net Documentation
Apply the ShapeFinder2 Edge filter to the input image plane.

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

public static Image Edge(
	ImagePlane plane
)

Parameters

plane
Type: Stemmer.CvbImagePlane
image plane to be filtered

Return Value

Type: Image
filtered image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the Parent of plane is null
ObjectDisposedExceptionIf the Parent of plane has already been disposed
CvbExceptionIf the image plane's data type is not 8 bits per pixel unsigned or if an unspecific error occurred
See Also

Reference