TransPixelToWorld
Converts a point from pixel coordinates to real-world coordinates.
TransPixelToWorld Inputs
Syntax: TransPixelToWorld(Calib,Point.Row,Point.Column,Show)
| Parameter | Description | ||||
|---|---|---|---|---|---|
|
This argument must reference a spreadsheet cell that contains a valid Calib data structure. |
|||||
|
Specifies the coordinates of the Point.
|
|||||
|
Specifies the display mode for the TransPixelToWorld graphic overlay on the image.
|
TransPixelToWorld Outputs
|
Returns |
Point data structure containing the transformed point, or #ERR if any of the input parameters are invalid. |
|
Results |
When the function is initially inserted into a cell, a result table is created in the spreadsheet. |
TransPixelToWorld Vision Data Access Functions
The Vision Data Access functions automatically inserted into the spreadsheet to create the results table are as follows:
|
X |
GetRow(Point) |
The x-coordinate of the transformed point. |
|
Y |
GetCol(Point) |
The y-coordinate of the transformed point. |
For more information, see Structures, Fixture, Point, Calibrate, or Property Sheet.