Stitcher Class |
Namespace: OpenCvSharp
The Stitcher type exposes the following members.
| Name | Description | |
|---|---|---|
| Component | ||
| CompositingResol | ||
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| PanoConfidenceThresh | ||
| RegistrationResol | ||
| SeamEstimationResol | ||
| WaveCorrection | ||
| WaveCorrectKind | ||
| WorkScale |
| 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.) |
| Name | Description | |
|---|---|---|
| ORIG_RESOL |