Stitcher Methods |
The Stitcher type exposes the following members.
| Name | Description | |
|---|---|---|
| ComposePanorama(OutputArray) | ||
| ComposePanorama(InputArray, OutputArray) | ||
| ComposePanorama(IEnumerableMat, OutputArray) | ||
| Create |
Creates a Stitcher configured in one of the stitching modes.
| |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| EstimateTransform(InputArray) | ||
| EstimateTransform(IEnumerableMat) | ||
| EstimateTransform(InputArray, Rect) | ||
| EstimateTransform(IEnumerableMat, Rect) | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) |