SearchReducedImage Property

Applies To
Vision Objects: Geometric

Description
Sets / returns whether to use a reduced size image during the search.

Usage

VGet  Sequence.Object.SearchReducedImage, var
VSet  Sequence.Object.SearchReducedImage, value
Sequence
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
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property
.

Values

  • -1 - True: Use a reduced size image
  • 0 - False: Do not use a reduced size image

Default: False

Remarks
By setting this property to "True", a reduced size input image is used. Reduction ratio is set automatically within the system.

This property may reduce time to detect the object when input image has many feature points. Since the effect of this property varies depending on the input image and the model, check the operation with the actual system and decide on the best value.

The position and angle results will not be as accurate when SearchReducedImage is "True", but speed could be increased.

See Also
Geometric Object, ScaleTargetPriority Property, Confusion Property, Accept Property