Comment on page
RGB Set
The
RGB Set
node in AugeLab Studio sets the RGB values of pixels in an input image based on specified color ranges.The
RGB Set
node allows you to set the RGB values of pixels in an input image based on specified color ranges. Pixels within the specified ranges will have their RGB values modified according to the provided RGB color. Pixels outside the ranges will be set to black.- Node Title: RGB Set
- Node ID: OP_NODE_RGB_SET
The
RGB Set
node has the following input sockets:- ImageAny: The input image to modify the RGB values.
- Pixel (Mask Color): The RGB color to set the pixels within the specified color ranges. If connected, the RGB values of the pixels within the ranges will be replaced with the provided color. Leave this socket unconnected to keep the RGB values unchanged.
The
RGB Set
node has the following output socket:- ImageAny: The image with the modified RGB values. Pixels within the specified color ranges will have their RGB values replaced with the provided color. Pixels outside the ranges will be set to black.
The
RGB Set
node has the following adjustable parameters:- Red Value (Min-Max): Specify the minimum and maximum values for the red channel. Pixels with red values within this range will have their RGB values modified.
- Green Value (Min-Max): Specify the minimum and maximum values for the green channel. Pixels with green values within this range will have their RGB values modified.
- Blue Value (Min-Max): Specify the minimum and maximum values for the blue channel. Pixels with blue values within this range will have their RGB values modified.
- 1.Drag and drop the
RGB Set
node from the node library onto the canvas in AugeLab Studio. - 2.Connect the input image to the ImageAny input socket of the
RGB Set
node. - 3.Optionally, connect an RGB color value to the Pixel (Mask Color) input socket to set the RGB values of the pixels within the specified color ranges. Leave this socket unconnected to keep the RGB values unchanged.
- 4.Adjust the parameters Red Value (Min-Max), Green Value (Min-Max), and Blue Value (Min-Max) to define the color ranges for modifying the RGB values.
- 5.Run the pipeline.
- 6.The
RGB Set
node will modify the RGB values of the pixels in the input image based on the specified color ranges. Pixels within the ranges will have their RGB values replaced with the provided color (if connected). Pixels outside the ranges will be set to black. - 7.Retrieve the modified image from the output socket for further processing or visualization.
- The
RGB Set
node allows you to modify the RGB values of pixels in an image based on specified color ranges. - Pixels within the specified color ranges will have their RGB values modified according to the provided RGB color.
- You can connect an RGB color value to the Pixel (Mask Color) input socket to set the RGB values of the pixels within the specified color ranges. If left unconnected, the RGB values will not be changed.
- Adjust the Red Value (Min-Max), Green Value (Min-Max), and Blue Value (Min-Max) parameters to define the color ranges for modifying the RGB values. Pixels with channel values within the specified ranges will have their RGB values replaced.
- The
RGB Set
node works with color images and allows you to modify the RGB values of pixels based on their color ranges. - Experiment with different color ranges and replacement colors to achieve the desired effect of modifying the RGB values.
That concludes the documentation for the
RGB Set
node in AugeLab Studio. This node enables you to modify the RGB values of pixels in an image based on specified color ranges, allowing you to selectively change the appearance of the image based on the desired color modifications.