Click or drag to resize

CvInvokeHConcat Method (IInputArrayOfArrays, IOutputArray)

http://www.emgu.com
Horizontally concatenate two images

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void HConcat(
	IInputArrayOfArrays srcs,
	IOutputArray dst
)

Parameters

srcs
Type: Emgu.CVIInputArrayOfArrays
Input array or vector of matrices. all of the matrices must have the same number of rows and the same depth.
dst
Type: Emgu.CVIOutputArray
output array. It has the same number of rows and depth as the src, and the sum of cols of the src. same depth.
See Also