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

Write Date on Image

Write Date on Image Node Documentation

The Write Date on Image node in AugeLab Studio is used to write the current date on an input image.

Node Overview

The Write Date on Image node takes an input image and writes the current date on the image. The node provides controls to customize the font scale and position of the date text on the image.

Node Properties

  • Node Title: Write Date On Image
  • Node ID: OP_NODE_WRITE_DATE_ON_IMAGE

Inputs

The Write Date on Image node has the following input socket:
  1. 1.
    Image: The input image on which the date will be written.

Outputs

The Write Date on Image node has the following output socket:
  1. 1.
    Image: The resulting image with the date written on it.

UI Controls

The Write Date on Image node provides the following UI controls:
  • Font Scale: A slider control to adjust the font scale of the date text.
  • Horizontal Position: A slider control to adjust the horizontal position of the date text.
  • Vertical Position: A slider control to adjust the vertical position of the date text.

Usage

  1. 1.
    Drag and drop the Write Date on Image node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Connect the input image to the Image input socket of the Write Date on Image node.
  3. 3.
    Adjust the font scale, horizontal position, and vertical position sliders to customize the appearance and position of the date text on the image.
  4. 4.
    Run the pipeline.
  5. 5.
    The Write Date on Image node will write the current date on the input image.
  6. 6.
    The resulting image with the date written on it will be output through the Image output socket.
  7. 7.
    Use the resulting image for further analysis, visualization, or saving.

Notes

  • The Write Date on Image node uses the OpenCV function cv2.putText to write the date on the image.
  • The font scale determines the size of the date text relative to the image dimensions. Higher values increase the text size.
  • The horizontal position slider adjusts the horizontal position of the date text relative to the image width. Higher values move the text to the right.
  • The vertical position slider adjusts the vertical position of the date text relative to the image height. Higher values move the text downwards.
  • The resulting image will have the same size and type as the input image.
  • The Write Date on Image node is useful for adding timestamps or dates to images for various image processing and analysis applications.
That concludes the documentation for the Write Date on Image node in AugeLab Studio. This node allows you to write the current date on an image, customize the font scale and position of the date text, and obtain the resulting image with the date written on it. The node provides UI controls to adjust the font scale, horizontal position, and vertical position of the date text. Use this node to add timestamps or dates to images for various image processing and analysis tasks.