Click or drag to resize

CvInvokeVConcat Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void VConcat(
	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