You are here: Start » AVL.NET » SurfaceStripePolarity Enumeration
SurfaceStripePolarity Enumeration
Determines which pixel values will be taken under consideration in processing in surface edge detection related operations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| AnyLowHigh | Stripe with high or low Z values. |
| AnyValidInvalid | Stripe with no Z values or all existing Z values. |
| High | Stripe with high Z values. |
| Invalid | Stripe with no Z values. |
| Low | Stripe with low Z values. |
| Valid | Stripe with existing Z values. |
