Click or drag to resize

CvInvokeHConcat Method (IInputArray, IInputArray, 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(
	IInputArray src1,
	IInputArray src2,
	IOutputArray dst
)

Parameters

src1
Type: Emgu.CVIInputArray
The first image
src2
Type: Emgu.CVIInputArray
The second image
dst
Type: Emgu.CVIOutputArray
The result image
See Also