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

EdgeScanParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Constructors

 ConstructorDescription
EdgeScanParams(ProfileInterpolationMethod, Single, Single, EdgeTransition)

Properties

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

Methods

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

See also