Get Pixel Mouse
This function block allows users to interactively retrieve the pixel value from any point in an image by clicking on it. It provides visualization features to emphasize the clicked point.
📥 Inputs
Image Any
This input accepts an image from which pixel values will be retrieved.
📤 Outputs
(Blue, Green, Red)
This output returns the color values of the clicked pixel in the order of Blue, Green, and Red.
Point
This output provides the coordinates of the clicked pixel in the image.
🕹️ Controls
Displayed Image
The area where the input image is shown, and users can click to select a pixel.
🎨 Features
Interactive Pixel Retrieval
Users can click on the displayed image to get precise pixel values instantly.
Visual Feedback
The clicked area is highlighted with colored circles to provide clear feedback about the selected pixel location.
📝 Usage Instructions
Connect an Image: Link an image to the
Image Any
input of the function block.Click on the Image: When the image is displayed, click on any point in the image to retrieve the pixel values.
View Output: The pixel color values and coordinates of the clicked location will be available as output.
📊 Evaluation
When executed, this function block allows for real-time interaction, letting users select pixel values and receive immediate feedback via the outputs.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated