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 nameDescription
DoubleChecks the two nearest of the four basic directions.
InterpolatedChecks one precise direction, interpolating pixel values.
NearestChecks the nearest of the four basic direction: horizontal, vertical and two diagonals.
QuadrupleChecks the two nearest of the four basic directions, but also not straight.

Remarks

See also