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 nameDescription
AnyLowHighStripe with high or low Z values.
AnyValidInvalidStripe with no Z values or all existing Z values.
HighStripe with high Z values.
InvalidStripe with no Z values.
LowStripe with low Z values.
ValidStripe with existing Z values.

Remarks

See also