Stitcher Methods OpenCvSharp Class Library

The Stitcher type exposes the following members.

Methods

  NameDescription
Public methodComposePanorama(OutputArray)
Public methodComposePanorama(InputArray, OutputArray)
Public methodComposePanorama(IEnumerableMat, OutputArray)
Public methodStatic memberCreateDefault
Creates a stitcher with the default parameters.
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodEstimateTransform(InputArray)
Public methodEstimateTransform(IEnumerableMat)
Public methodEstimateTransform(InputArray, Rect)
Public methodEstimateTransform(IEnumerableMat, Rect)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (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 (Inherited from Object.)
Top
See Also

Reference