AngleAccuracy Property
Applies To
Vision Objects: Correlation
Description
Specifies the angle detection accuracy of a correlation search. (Specify the angle detection accuracy in angle.)
Usage
VGet Sequence.Object.AngleAccuracy, var
VSet Sequence.Object.AngleAccuracy, 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 number in degrees from 0.1 - 10
Default: 1
Remarks
The AngleAccuracy property is used at model training time and not at run-time. This value specifies the desired accuracy for angle search.
The Correlation model must be taught after a new value for the AngleAccuracy property is set in order for the new setting to become effective. If you teach a Correlation Model, then later set the AngleAccuracy property to a new value, and then try to run that Correlation object, it will not search with the new angle accuracy. You must re-teach the Correlation Model with the AngleEnable property set to “True”, and with the new value for the AngleAccuracy property in order for Correlation search with angle to use the new AngleAccuracy property value.
See Also
AngleMaxIncrement Property, AngleRange Property, Angle Result, Correlation Object