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

Polarity Enumeration

Determines which pixel values will be taken under consideration in processing in edge detection related operations.

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

Members

Member nameDescription
AnyBright pixels and dark pixels will be both considered in results.
BrightPixel with high values is considered as bright.
DarkPixel with low values is considered as dark.

Remarks

See also