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 name | Description |
|---|---|
| Any | Bright pixels and dark pixels will be both considered in results. |
| Bright | Pixel with high values is considered as bright. |
| Dark | Pixel with low values is considered as dark. |
