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
Constructor | Description | |
---|---|---|
![]() | StripeScanParams3D(ProfileInterpolationMethod, Single, Single, Nullable<Single>, SurfaceStripePolarity, Single, Nullable<Single>) | |
![]() | StripeScanParams3D() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | MaxInnerEdgeMagnitude | System.Nullable<System.Single> | Maximum strength of surface edges appearing between the two ends of a surface stripe |
![]() | MaxStripeWidth | System.Nullable<System.Single> | Maximum acceptable stripe width |
![]() | MinMagnitude | System.Single | Minimum acceptable surface edge strength |
![]() | MinStripeWidth | System.Single | Minimum acceptable stripe width |
![]() | ProfileInterpolation | FilNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise edge detection |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the height profile |
![]() | StripePolarity | FilNet.SurfaceStripePolarity | Specifies the type of surface stripes to be detected |
Methods
Name | Description | |
---|---|---|
![]() | 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 |