Welcome to our Support Center
-
Quick start
-
API
-
Updated
Extract Single Color Plane
Description
Extracts a single plane from a color image. Type : polymorphic.
Input parameters
Image Src : class, type accepted RGB and HSL.
Target Type : integer, defines the color plane to extract.
-
- Red : extracts the red color plane
- Green : extracts the green color plane
- Blue : extracts the blue color plane
- Hue : extracts the hue color plane
- Saturation : extracts the saturation color plane
- Luminance : extracts the luminance color plane
- Value : extracts the value color plane
- Intensity : extracts the intensity color plane
Output parameters
Image Dst : class
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