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

CVB.Net Documentation
Find all edges inside an plane.

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

public static EdgeResult[] FindAll(
	ImagePlane plane,
	EdgeSearchMode mode,
	EdgeType type,
	double threshold,
	double density
)

Parameters

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

Return Value

Type: EdgeResult
Found edges.
Exceptions

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

Reference