You need to enable JavaScript to run this app.Concat - GammaCV
GammaCV Logo
DocsExamplesGitHub

Concat

Description

Concat two inputs in one image

Params
tATensorThe first input
tBTensorThe second input
mask?Array.<string>Array that should describe the needed output.
This should be an array of strings in format "{number of input}.{vector component}",
see example for more.

⚠️ STILL UNDER DEVELOPMENT (EXPERIMENTAL, API COULD BE CHANGED OR DEPRECATED)
Example
gm.concat(inputImage1, inputImage2, ['1.r', '1.g', '2.b', '2.a']);