You are here: Start » AVL.NET » GradientMaskOperator Enumeration

GradientMaskOperator Enumeration

Describes methods of image gradient computing.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
CentralOnly two direct neighbours of a pixel are used for computing
ForwardOnly one direct neighbour of a pixel is used for computing
PrewittSee more: Prewitt operator on Wikipedia
SobelSee more: Sobel operator on Wikipedia

Remarks

See also