Click or drag to resize

Stitcher Methods

The Stitcher type exposes the following members.

Methods
  NameDescription
Public methodComposePanorama(OutputArray)
Public methodComposePanorama(InputArray, OutputArray)
Public methodComposePanorama(IEnumerableMat, OutputArray)
Public methodStatic memberCreate
Creates a Stitcher configured in one of the stitching modes.
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstimateTransform(InputArray)
Public methodEstimateTransform(IEnumerableMat)
Public methodEstimateTransform(InputArray, Rect)
Public methodEstimateTransform(IEnumerableMat, Rect)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStitch(InputArray, OutputArray)
Try to stitch the given images.
Public methodStitch(IEnumerableMat, OutputArray)
Try to stitch the given images.
Public methodStitch(InputArray, Rect, OutputArray)
Try to stitch the given images.
Public methodStitch(IEnumerableMat, Rect, OutputArray)
Try to stitch the given images.
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also