Area Result
Applies To
Vision Objects: ArcInspector, Blob, DefectFinder, LineInspector
Description
Returns the area of a blob or defect.
Usage
VGet Sequence.Object.Area[(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.
Values
Real value in pixels from 1 to (SearchWinWidth x SearchWinHeight)
Remarks
The Area result is the total area of the blob or defect in pixels.
Statistics
For the Area result, the following statistics are available.
AreaMax, AreaMean, AreaMin, AreaStdDev.
For details on how to use statistics, refer to 9.Using Vision Guide Statistics in the Vision Guide Software manual.
See Also
ArcInspector Object, Blob Object, DefectFinder Object, LineInspector Object, MaxArea Property, MinArea Property, MinMaxArea Property