You are here: Start » AVL.NET » DynamicThresholdParams Class
DynamicThresholdParams Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
This structure contains parameters for dynamic thresholding of an image.
Constructors
Constructor | Description | |
---|---|---|
![]() | DynamicThresholdParams() | |
![]() | DynamicThresholdParams(Polarity, BlobThresholdReferenceMethod, Optional<Int32>, Int32, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Hysteresis | System.Int32 | |
![]() | IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | Method | Avl.BlobThresholdReferenceMethod | |
![]() | Polarity | Avl.Polarity | |
![]() | Radius | Atl.Optional<System.Int32> | |
![]() | Threshold | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Avl.DynamicThresholdParams) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(Avl.DynamicThresholdParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.DynamicThresholdParams) | |
![]() | ToString() | Inherited from System.Object |