You are here: Start » AVL.NET » ThresholdParams Class
ThresholdParams Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Parameters for thresholding of an image.
Constructors
Constructor | Description | |
---|---|---|
![]() | ThresholdParams() | |
![]() | ThresholdParams(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.ThresholdParams) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Avl.ThresholdParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.ThresholdParams) | |
![]() | ToString() | Inherited from System.Object |