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

EdgeScanParams3D Structure

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

Constructors

 ConstructorDescription
EdgeScanParams3D(ProfileInterpolationMethod, Single, Single, SurfaceEdgeTransition)

Properties

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

Methods

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

See also