EdgeNoiseLevel

Description

Information about how much noise the object edges have.

Values of this enumeration:

  • Low - The object edges have low level of noise, the object shape and the model shape are almost identical.
  • High - The object edges have considerable level of noise or the object shape differs from the model shape slightly.

namespace EdgeNoiseLevel
{
	enum Type
	{
		Low,
		High
	};
}