You are here: Start » AVL.NET » NonMaximaMethod Enumeration
NonMaximaMethod Enumeration
Defines the way non-maxima are detected.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Double | Checks the two nearest of the four basic directions. |
| Interpolated | Checks one precise direction, interpolating pixel values. |
| Nearest | Checks the nearest of the four basic direction: horizontal, vertical and two diagonals. |
| Quadruple | Checks the two nearest of the four basic directions, but also not straight. |
