Draw Point
This function block allows you to draw points on a given image at specified coordinates. It is useful for visualizing key points or markings on images.
📥 Inputs
Image Any
The image on which you want to draw points.
Points
The coordinates of the points to be drawn. This can be a single point or multiple points.
📤 Outputs
Image Any
The modified image with the specified points drawn on it.
🕹️ Controls
There are no direct controls for this function block, as it operates based on the input sockets.
🎨 Features
Point Visualization
Vertically and horizontally draws points on the image passing the provided coordinates.
Customizable Point Size
The size of the drawn points is dynamically adjusted based on the dimensions of the input image.
📝 Usage Instructions
Connect Input Image: Link an image to the
Image Any
input.Specify Points: Provide coordinates to the
Points
input. These can be given as a single point or as a list of points.Evaluate: Run the block to draw the points on the input image, and get back the modified image.
📊 Evaluation
Once executed, this function block outputs an image with the specified points drawn, allowing for effective visual reference.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated