You are here: Start » AVL.NET » ImageLocalExtremaVerification Structure
ImageLocalExtremaVerification Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for verification of local extrema visible on an image.
Constructors
| Constructor | Description | |
|---|---|---|
| ImageLocalExtremaVerification(Int32, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.ImageLocalExtremaVerification | ||
| IsDefault | System.Boolean | ||
| MinDifference | System.Single | Defines minimal difference between a local extremum pixel value and verification circle pixels | |
| PointCount | System.Int32 | Defines how many of pixel values along verification circle will be checked in order to compute extremum strength | |
| Radius | System.Single | Defines radius of verification circle |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.ImageLocalExtremaVerification) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.ImageLocalExtremaVerification, AvlNet.ImageLocalExtremaVerification) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
