EdgeFindPair Method (ImagePlane, EdgeSearchMode, EdgeType, EdgeType, Double)

CVB.Net Documentation
Find an edge pair (as specified) in the image plane.

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

public static EdgeResultPair FindPair(
	ImagePlane plane,
	EdgeSearchMode mode,
	EdgeType type1,
	EdgeType type2,
	double threshold
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to search in
mode
Type: Stemmer.Cvb.FoundationEdgeSearchMode
Search mode
type1
Type: Stemmer.Cvb.FoundationEdgeType
Type of edge to be searched for.
type2
Type: Stemmer.Cvb.FoundationEdgeType
Type of edge to be searched for.
threshold
Type: SystemDouble
Threshold to apply when looking for both edges

Return Value

Type: EdgeResultPair
Search results (containing Empty if not found).
Exceptions

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

Reference