Click or drag to resize

ImageTColor, TDepthConcateHorizontal Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> ConcateHorizontal(
	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 horizontal concatening of this image and otherImage
See Also