EdgeFindFirst Method (ImagePlane, EdgeSearchMode, EdgeType, Double)

CVB.Net Documentation
Find the first edge (as specified) in the whole plane.

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

public static EdgeResult FindFirst(
	ImagePlane plane,
	EdgeSearchMode mode,
	EdgeType type,
	double threshold
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to search in.
mode
Type: Stemmer.Cvb.FoundationEdgeSearchMode
Search mode.
type
Type: Stemmer.Cvb.FoundationEdgeType
Type of edge to be searched for.
threshold
Type: SystemDouble
Edge threshold to apply.

Return Value

Type: EdgeResult
Found edge (or Empty if no edge was found).
Exceptions

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

Reference