Perimeter Result
Applies To
Vision Objects: Blob, BoxFinder, DefectFinder
Description
Returns the perimeter of a blob in pixels.
Usage
VGet Sequence.Object.Perimeter [(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 result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Real number in pixels.
Remarks
Returns the perimeter of the found blob in pixels. (including the edges of holes)
See Also
Blob Object, Compactness Result, DefectFinder Object, BoxFinder Object, Holes Result, Roughness Result