Get Pixel
This function block retrieves the color values of a specific pixel from an input image. It is useful for applications requiring color analysis or region-based processing.
π₯ Inputs
Image Any
This input accepts any image data from which you want to obtain pixel information.
Point
This input specifies the (x, y) coordinates of the pixel whose color you wish to retrieve.
π€ Outputs
(Blue, Green, Red)
This output provides the color value of the specified pixel in the format of BGR (Blue, Green, Red).
π¨ Features
Pixel Value Retrieval
Easily get the color values of any pixel in the input image.
Coordinate Validation
Ensures that the specified coordinates are within the valid range of the image dimensions.
π Usage Instructions
Connect Image Input: Link any image-producing function block to the
Image Any
input to provide the image data.Specify Pixel Position: Input the x and y coordinates of the pixel you want to analyze in the
Point
input. Ensure that these coordinates are valid.Evaluate: Run the block to retrieve the color value of the specified pixel.
π Evaluation
Upon evaluation, the function block will provide the BGR values of the pixel specified by the position input.
π οΈ Troubleshooting
Last updated