SurfaceRidgePolarity

Description

Determines which height values will be taken under consideration in processing in surface ridge detection related operations.

Values of this enumeration:

  • High - Ridge with high Z values.
  • Low - Ridge with low Z values.
  • Any - Ridge with high or low Z values.

namespace SurfaceRidgePolarity
{
	enum Type
	{
		High,
		Low,
		Any
	};
}