You are here: Start » FIL.NET » EdgeScanParams Structure
EdgeScanParams Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters of edge scanning process. Instance of this structure should be customized and passed as a parameter to edge scanning related functions.
Constructors
Constructor | Description | |
---|---|---|
![]() | EdgeScanParams(ProfileInterpolationMethod, Single, Single, EdgeTransition) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.EdgeScanParams | |
![]() | EdgeTransition | FilNet.EdgeTransition | Specifies the type of edges to be detected |
![]() | IsDefault | System.Boolean | |
![]() | MinMagnitude | System.Single | Minimum acceptable edge strength |
![]() | ProfileInterpolation | FilNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise edge detection |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the brightness profile |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.EdgeScanParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.EdgeScanParams, FilNet.EdgeScanParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |