SkewRatio Result
Applies To
Vision Objects: Correlation, Geometric
Description
Returns the skew ratio of the detected object.
Usage
VGet Sequence.Object.SkewRatio[(result)], var
- 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 result.
- result
- Optional integer result number from 1 to the NumberOfResults property. If omitted, the result number is the CurrentResult.
Values
0 to 1
Remarks
SkewRatio returns the skew ratio when SkewFitEnable is set to “True”. If the property is set to “False”, SkewRatio returns 1.0.
The skew ratio is a scale ratio between the skew direction returned by SkewDirection and the direction perpendicular to it. If the object has no skew, the result is 1.0.
See Also
Correlation Object, Geometric Object, SkewFitEnable Property, SkewDirection Result