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