Thickness Property
Applies To
Vision Objects: Polar
Description
Defines the thickness (in pixels) of the ring used for the Polar object.
Usage
VGet Sequence.Object.Thickness, var
VSet Sequence.Object.Thickness, 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
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
1 to 200 pixels. The value cannot be greater than the Radius value.
Default: 5
Remarks
It is important to remember that the Polar object is used to process images that are circular in nature. The Thickness property defines the thickness of the circular ring which is used to define the model and search window for the polar search.
In many cases the Thickness property does not need to be very large for a successful search. Since the Thickness property defines the Search Window size for the Polar object, keeping the Thickness small results in faster Polar search times.
See Also
CenterPointObject Property, CenterX Property, CenterY Property, Polar Object, Radius Property