You are here: Start » FIL.NET » RidgeScanParams3D Class
RidgeScanParams3D Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters of surface ridge scanning process. Instance of this structure should be customized and passed as a parameter to surface ridge scanning related functions.
Constructors
Constructor | Description | |
---|---|---|
![]() | RidgeScanParams3D(ProfileInterpolationMethod, Single, Single, Single, RidgeOperator, Single, SurfaceRidgePolarity) | |
![]() | RidgeScanParams3D() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | MinMagnitude | System.Single | Minimum acceptable surface ridge strength |
![]() | ProfileInterpolation | FilNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise surface ridge detection |
![]() | RidgeMargin | System.Single | Thickness of a sampling area outside of the ridge, on both of its sides |
![]() | RidgeOperator | FilNet.RidgeOperator | Selects the function used to combine the height on the left and on the right side of the ridge |
![]() | RidgePolarity | FilNet.SurfaceRidgePolarity | Specifies the type of surface ridges to be detected |
![]() | RidgeWidth | System.Single | Expected thickness of the ridge |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the height profile |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.RidgeScanParams3D) | |
![]() ![]() | Equals(FilNet.RidgeScanParams3D, FilNet.RidgeScanParams3D) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |