The Stitcher type exposes the following members.
Methods
Name | Description | |
---|---|---|
ComposePanorama(OutputArray) | ||
ComposePanorama(InputArray, OutputArray) | ||
ComposePanorama(IEnumerableMat, OutputArray) | ||
CreateDefault |
Creates a stitcher with the default parameters.
| |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Equals | (Inherited from Object.) | |
EstimateTransform(InputArray) | ||
EstimateTransform(IEnumerableMat) | ||
EstimateTransform(InputArray, Rect) | ||
EstimateTransform(IEnumerableMat, Rect) | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Stitch(InputArray, OutputArray) |
Try to stitch the given images.
| |
Stitch(IEnumerableMat, OutputArray) |
Try to stitch the given images.
| |
Stitch(InputArray, Rect, OutputArray) |
Try to stitch the given images.
| |
Stitch(IEnumerableMat, Rect, OutputArray) |
Try to stitch the given images.
| |
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |
See Also