TransBlobsToWorld
Applies a coordinate transform to a Blobs structure. The function computes the offset, orientation, and area of the blob with respect to the specified real-world coordinate system.
| Parameter | Description |
|
Calib |
A reference to a spreadsheet cell containing a valid Calib data structure. |
|
Blobs |
A reference to a spreadsheet cell containing a valid Blobs data structure. |
|
Number to Convert |
Specifies the number of blobs from the original Blobs data structure to convert to real-world coordinates between 0 and 4096. The default number is three. |
|
Returns |
A Blobs data structure translated to world coordinates, 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. |
The Blobs Vision Data Access functions automatically inserted into the spreadsheet is similar to those automatically inserted by the FindBlobs and SortBlobs functions.