🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

Image Memory

Image Memory Node Documentation

The Image Memory node in AugeLab Studio stores an input image in memory and outputs the stored image when a specified condition is met.

Node Overview

The Image Memory node allows you to store an image in memory and retrieve it later when a condition is satisfied. This is useful when you want to hold and output a specific image until a certain condition occurs.

Node Properties

  • Node Title: Image Memory
  • Node ID: OP_NODE_IMAGE_MEMORY

Inputs

The Image Memory node has the following input sockets:
  1. 1.
    Input Image: The input image to be stored in memory.
  2. 2.
    Hold Condition: A boolean value that determines whether to hold the input image in memory. When the condition is True, the stored image is output. When the condition is False, the input image is stored in memory and not output.

Outputs

The Image Memory node has the following output socket:
  1. 1.
    Output Image: The stored image from memory.

Node Controls

The Image Memory node does not have any specific controls.

Usage

  1. 1.
    Drag and drop the Image Memory node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Connect the input image to the Input Image input socket of the Image Memory node.
  3. 3.
    Connect a boolean value or condition to the Hold Condition input socket of the Image Memory node. This condition determines whether to hold the input image in memory and output the stored image.
  4. 4.
    Run the pipeline.
  5. 5.
    The Image Memory node will store the input image in memory if the hold condition is False. If the hold condition is True, the stored image will be output through the Output Image output socket.
  6. 6.
    If the hold condition becomes True after being False, the stored image will be output.
  7. 7.
    Use the output image for further analysis or display it in the console.

Notes

  • The Image Memory node stores the input image in memory and outputs the stored image based on the hold condition.
  • The stored image is output when the hold condition is True.
  • If the hold condition is initially True, the node will output a zero image until the hold condition becomes False.
  • The stored image remains in memory until a new input image is received and the hold condition is False.
  • The node supports images of any size and data type.
That concludes the documentation for the Image Memory node in AugeLab Studio. This node allows you to store an image in memory and retrieve it when a specified condition is met, providing more control over image processing and analysis.