PixelRadius Result
Applies To
Vision Object: ArcFinder
Description
Returns the radius of the found circular object in pixels.
Usage
VGet Sequence.Object.PixelRadius[(result)], var
- 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
- Real variable that will contain the value of the result.
- result
- Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Real number indicating the radius [Unit: pixels]
Remarks
Returns the radius of the found circular object by a actual number. [Unit: pixels] If the user needs the radius in millimeters, then use the FoundRadius result.
See Also
ArcFinder Object, FoundRadius Result