Set Color Pixel Line

Description

Changes a line of pixels from a color image. Type : polymorphic.

 

Input parameters

 

Image Src : class, type acceptedΒ RGBΒ and HSL.
Line Coordinates : array,
array specifying the pixel coordinates that form the endpoints of the line to modify. Any coordinates located outside the actual image are not used.
Pixels Line (U32) : array, contains the pixel values as a 1D array of unsigned 32-bit integers.

Output parameters

 

Image Src : 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