Comment on page
Color Space
The
Color Space Conversion
node in AugeLab Studio performs color space conversion on an input image. It allows you to convert the image from one color space to another using OpenCV color space conversion functions.The
Color Space Conversion
node converts an input image from one color space to another. It provides various color space conversion options, such as BGR to grayscale, BGR to RGB, BGR to RGBA, BGR to BGRA, BGR to HSV, BGR to Lab, BGR to Luv, BGR to YCrCb, grayscale to BGR, grayscale to RGB, grayscale to BGRA, grayscale to RGBA, and Lab to BGR.- Node Title: Color Space
- Node ID: OP_NODE_COLORSPACE
The
Color Space Conversion
node has the following input socket:- Image: The input image to perform color space conversion. Connect an image to this socket.
The
Color Space Conversion
node has the following output socket:- Image: The image converted to the selected color space.
The
Color Space Conversion
node provides the following configuration options:- Conversion Type: Select the desired color space conversion type from the available options.
- 1.Drag and drop the
Color Space Conversion
node from the node library onto the canvas in AugeLab Studio. - 2.Connect the input image to the Image input socket of the
Color Space Conversion
node. - 3.Select the desired color space conversion type from the Conversion Type dropdown menu.
- 4.Run the pipeline.
- 5.The
Color Space Conversion
node will perform the color space conversion on the input image. - 6.The converted image will be available at the Image output socket.
- The
Color Space Conversion
node allows you to convert an image from one color space to another. - The available color space conversion options include BGR to grayscale, BGR to RGB, BGR to RGBA, BGR to BGRA, BGR to HSV, BGR to Lab, BGR to Luv, BGR to YCrCb, grayscale to BGR, grayscale to RGB, grayscale to BGRA, grayscale to RGBA, and Lab to BGR.
- The node utilizes the color space conversion functions provided by OpenCV.
- Experiment with different color space conversion types to achieve the desired image representation.
- Connect the output of the
Color Space Conversion
node to other nodes in the pipeline for further processing or analysis.
That concludes the documentation for the
Color Space Conversion
node in AugeLab Studio. This node provides a flexible tool for converting an image from one color space to another, allowing you to explore different color representations and enhance your image processing workflows.