You are here: Start » FIL.NET » StripeScanParams3D Class

StripeScanParams3D Class

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

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

Constructors

 ConstructorDescription
StripeScanParams3D(ProfileInterpolationMethod, Single, Single, Nullable<Single>, SurfaceStripePolarity, Single, Nullable<Single>)
StripeScanParams3D()

Properties

 NameTypeDescription
MaxInnerEdgeMagnitudeSystem.Nullable<System.Single>Maximum strength of surface edges appearing between the two ends of a surface stripe
MaxStripeWidthSystem.Nullable<System.Single>Maximum acceptable stripe width
MinMagnitudeSystem.SingleMinimum acceptable surface edge strength
MinStripeWidthSystem.SingleMinimum acceptable stripe width
ProfileInterpolationFilNet.ProfileInterpolationMethodSelects the method of sub-pixel precise edge detection
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the height profile
StripePolarityFilNet.SurfaceStripePolaritySpecifies the type of surface stripes to be detected

Methods

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

Remarks

See also