You are here: Start » AVL.NET » ThresholdParams Class
ThresholdParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Parameters for thresholding of an image.
Constructors
| Constructor | Description | |
|---|---|---|
| ThresholdParams(Polarity, BlobThresholdReferenceMethod, Nullable<Int32>, Int32, Int32) | ||
| ThresholdParams() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Hysteresis | System.Int32 | A change to the Threshold value for pixels neighboring with ones that were already classified as a blob. | |
| Method | AvlNet.BlobThresholdReferenceMethod | Method of estimating background pixel values. | |
| Polarity | AvlNet.Polarity | Specifies whether blobs are darker than the background, brighter, or both. | |
| Radius | System.Nullable<System.Int32> | Radius of a local window for calculating background values. 'Auto' means that one value will be calculated for the entire image. | |
| Threshold | System.Int32 | Minimum pixel value difference between a blob and the estimated background. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.ThresholdParams) | ||
| Equals(AvlNet.ThresholdParams, AvlNet.ThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
