ImageTColor, TDepth Constructor (ImageGray, TDepth) |
http://www.emgu.com
Create a multi-channel image from multiple gray scale images
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image(
Image<Gray, TDepth>[] channels
)
Public Sub New (
channels As Image(Of Gray, TDepth)()
)
public:
Image(
array<Image<Gray, TDepth>^>^ channels
)
new :
channels : Image<Gray, 'TDepth>[] -> Image
Parameters
- channels
- Type: Emgu.CVImageGray, TDepth
The image channels to be merged into a single image
See Also