TransBlobsToWorld
Applies a coordinate transform to a Blobs structure. The function Functions are tools that are available in Spreadsheet for processing and analyzing acquisitions or other results. You can add functions to your Spreadsheet job to create tool chains and produce results for specific applications. computes the offset, orientation, and area of the blob A blob is a group of pixels on the image that form a distinct pattern, typically used to represent objects, features, or areas of interest in object detection and segmentation tasks. 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.