LatchImage
Stores (latches) an image on the specified event.
LatchImage Inputs
| Parameters | Description | ||||||||||
|
Image |
This argument must reference a spreadsheet cell that contains a valid Image data structure. By default, the cell referenced is A0, the cell containing the Image data structure returned by. |
||||||||||
|
Fixture |
Defines the Region of Interest (ROI) relative to a Fixture input or the output of a Vision Tools function's image coordinate system. Setting the ROI relative to a Fixture ensures that if the Fixture is rotated or translated, the ROI will be rotated or translated in relation to the Fixture. The default setting is (0,0,0), the top leftmost corner of the image.
|
||||||||||
|
Region |
Also known as the Region of Interest (ROI), specifies the region of the image that undergoes image processing; creates a Region that can be transformed and rotated. With this parameter selected, pressing the button will automatically stretch the region to cover the entire image.
|
||||||||||
|
Note: The Fixture and Region parameters must be defined within the bounds of the image; otherwise, the function will return #ERR.
|
|||||||||||
|
Event |
Specifies the update event on which to store the image. This parameter must be a reference to one of the following:
|
||||||||||
|
Colorize |
Only relevant for color images. When disabled, the latched image will be converted to greyscale (otherwise it remains in color).
|
||||||||||
|
Show |
Specifies which graphical overlays are displayed on top of the image.
|
||||||||||
LatchImage Outputs
|
Returns |
A LatchImage data structure with the image stored on the last event. |