EdgeFindBest Method (ImagePlane, EdgeType)

CVB.Net Documentation
Use the 2nd derivative method to find the edge with the highest intensity in the plane.

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

public static EdgeResult FindBest(
	ImagePlane plane,
	EdgeType type
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to scan
type
Type: Stemmer.Cvb.FoundationEdgeType
Type of edge to be searched for.

Return Value

Type: EdgeResult
The best result (or EdgeResult.Nothing if nothing was found e.g. because the area is outside the image)
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the plane to work on has already been disposed.
See Also

Reference