EdgeFindBest Method (ImagePlane, Area2D, EdgeType, Double)

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

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,
	Area2D aoi,
	EdgeType type,
	double density
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to scan
aoi
Type: Stemmer.CvbArea2D
Area to scan
type
Type: Stemmer.Cvb.FoundationEdgeType
Type of edge to be searched for.
density
Type: SystemDouble
Density at which to scan

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