Welcome to our Support Center

Extract Color Planes

Description

Extracts the three planes (RGB, HSL, HSV, or HSI) from an image. Type : polymorphic.

 

Input parameters

 

Image Src : class, type accepted RGB and HSL.
Target Type : enum,
defines the image color format to use for the operation.

    • RGB : specifies the color format RGB (red, green, and blue)
    • HSL : specifies the color format HSI (hue, saturation, and luminance)

 

Output parameters

 

Red/Hue : class, reference to the image containing the red (or hue) plane of the source (input) image.
Green/Saturation : class,
reference to the image containing the green (or saturation) plane of the source (input) image.
Blue/Luminance/Value/Intensity : class,
reference to the image containing the blue (or luminance, value, or intensity) plane of the source (input) image.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).

Table of Contents