You are here: Start » AVL.NET » EdgeScanParams Structure

EdgeScanParams Structure

This structure contains parameters of edge scanning process. Instance of this structure should be customized and passed as a parameter to edge scanning related functions.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
EdgeScanParams(ProfileInterpolationMethod, Single, Single, EdgeTransition)

Properties

 NameTypeDescription
DefaultAvlNet.EdgeScanParams
EdgeTransitionAvlNet.EdgeTransitionSpecifies the type of edges to be detected
IsDefaultSystem.Boolean
MinMagnitudeSystem.SingleMinimum acceptable edge strength
ProfileInterpolationAvlNet.ProfileInterpolationMethodSelects the method of sub-pixel precise edge detection
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the brightness profile

Methods

 NameDescription
Equals(AvlNet.EdgeScanParams)
Equals(object)Inherited from System.Object
Equals(AvlNet.EdgeScanParams, AvlNet.EdgeScanParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also