Annulus
Creates a fixtured Annulus structure.
Annulus Inputs
Syntax: Annulus(Fixture.Row,Fixture.Column,Fixture.Theta,Annulus.X,Annulus.Y,Annulus.Inner Radius,Annulus.Outer Radius,Show)
| Parameter | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
Specifies the image coordinate system in which the annulus is defined.
|
|||||||||
|
Specifies the size and position of the annulus.
|
|||||||||
|
Specifies the display mode for the annulus graphic overlay on the image.
|
Annulus Outputs
|
Returns |
An Annulus data structure, or #ERR if any of the input parameters are invalid. |
|
Results |
When Annulus is initially inserted into a cell, a result table is created in the spreadsheet. |
Annulus Vision Data Access Functions
The following Vision Data Access functions are automatically inserted into the spreadsheet to create the result table. For more information, see Structures.
|
Row |
GetRow(Annulus) |
The row offset of the center of the annulus, in image coordinates. |
|
Col |
GetCol(Annulus) |
The column offset of the center of the annulus, in image coordinates. |
|
Inner Radius |
GetRadius(Annulus, 0) |
The inner radius of the indexed annulus. |
|
Outer Radius |
GetRadius(Annulus, 1) |
The outer radius of the indexed annulus. |