StitcherComposePanorama Method (IInputArrayOfArrays, IOutputArray) |
http://www.emgu.com
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic StitcherStatus ComposePanorama(
IInputArrayOfArrays images,
IOutputArray pano
)
Public Function ComposePanorama (
images As IInputArrayOfArrays,
pano As IOutputArray
) As StitcherStatus
public:
StitcherStatus ComposePanorama(
IInputArrayOfArrays^ images,
IOutputArray^ pano
)
member ComposePanorama :
images : IInputArrayOfArrays *
pano : IOutputArray -> StitcherStatus
Parameters
- images
- Type: Emgu.CVIInputArrayOfArrays
Input images - pano
- Type: Emgu.CVIOutputArray
Final pano.
Return Value
Type:
StitcherStatusStatus code.
See Also