U8 Array To Color Image

Description

Transform 3D U8 Array into Color Image. Type : polymorphic.

 

Input parameters

 

Image Src : class, type acceptedΒ RGBΒ and HSL.
Array (U8) : array,
contains the pixel values as a 3D array of unsigned 8-bit integer controls.
Β Array Type :Β enum,Β define the dimension order.
Β Data Type : enum,Β define the RGB or HSL color space.
Β Color Order :Β enum,Β define the Red/Blue/Green channel order in the input image.

Output parameters

 

Image Dst : class

Examples

All these examples 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 Computer Vision ​library to run it).

Table of Contents