SeparationScale Property

Applies To
Vision Objects: Geometric

Description
Sets / returns the minimum scale difference allowed between found objects.

Usage

VGet  Sequence.Object.SeparationScale, var
VSet  Sequence.Object.SeparationScale, 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 1.0 to 4.0

Default: 1.1

Remarks
Use SeparationScale to specify the minimum scale difference required between found objects.

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

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