http://www.emgu.com
Assembly: Emgu.CV.Stitching (in Emgu.CV.Stitching.dll) Version: 2.4.2.1777 (2.4.2.1777)
Compute the panoramic images given the images
Namespace: Emgu.CV.StitchingAssembly: Emgu.CV.Stitching (in Emgu.CV.Stitching.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Image<Bgr, byte> Stitch( Image<Bgr, byte>[] images ) |
Visual Basic |
---|
Public Function Stitch ( _ images As Image(Of Bgr, Byte)() _ ) As Image(Of Bgr, Byte) |
Visual C++ |
---|
public: Image<Bgr, unsigned char>^ Stitch( array<Image<Bgr, unsigned char>^>^ images ) |
Parameters
- images
- Type: array<Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>>[]()[][]
The input images