You are here: Start » AVL.NET » RidgeScanParams Structure
RidgeScanParams Structure
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.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) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | Avl.RidgeScanParams | Gets a default instance of the RidgeScanParams. |
![]() ![]() | Empty | Avl.RidgeScanParams | Gets an empty instance of the RidgeScanParams. |
![]() | MinMagnitude | System.Single | |
![]() | ProfileInterpolation | Avl.ProfileInterpolationMethod | |
![]() | RidgeMargin | System.Int32 | |
![]() | RidgeOperator | Avl.RidgeOperator | |
![]() | RidgePolarity | Avl.Polarity | |
![]() | RidgeWidth | System.Int32 | |
![]() | SmoothingStdDev | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Avl.RidgeScanParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |