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

EdgeTransition Enumeration

Decides what is considered as an edge in the image.

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

Members

Member nameDescription
AnyAny change in pixels intensity is going to be considered as an edge.
BrightToDarkChange from bright pixels to dark ones is considered as an edge.
DarkToBrightChange from dark pixels to bright ones is considered as an edge.

Remarks

See also