Click or drag to resize
CvInvokeHConcat Method
http://www.emgu.com
Horizontally concatenate two images

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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