Click or drag to resize

ImageTColor, TDepthConcateVertical Method

http://www.emgu.com
Concate the current image with another image vertically.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> ConcateVertical(
	Image<TColor, TDepth> otherImage
)

Parameters

otherImage
Type: Emgu.CVImageTColor, TDepth
The other image to concate

Return Value

Type: ImageTColor, TDepth
A new image that is the vertical concatening of this image and otherImage
See Also