SeparationAngle Property

Applies To
Vision Objects: Geometric

Description
Sets / returns the minimum angle allowed between found objects.

Usage

VGet  Sequence.Object.SeparationAngle, var
VSet  Sequence.Object.SeparationAngle, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Real variable that will contain the value of the property.
value
Real number or expression for the new value of the property.

Values
Real value from 0 to 180 degrees

0 = Disabled

Default: 10

Remarks
Use SeparationAngle to specify the minimum angle required between found objects.

SeparationAngle works with SeparationMinX, SeparationMinY, SeparationScale. Note that only one separation condition needs to be satisfied for objects to be considered found.

See Also
Geometric Object, SeparationMinX Property, SeparationMinY Property, SeparationScale Property