Welcome to our Support Center

Split

Description

Merges two images by dividing horizontally according to a coefficient, creating a new image. Type : polymorphic.

 

Input parameters

 

Image Src A : class, type accepted U8, I16, RGB and HSL.
Image Src B : class, type accepted U8, I16, RGB and HSL.
Coefficient : float,
parameter determines the proportion of each image in the merged picture (Coefficient * Src A | (1 – Coefficient) * Src B).

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