Stitcher Class |
Namespace: OpenCvSharp
The Stitcher type exposes the following members.
| Name | Description | |
|---|---|---|
| Blender | ||
| BundleAdjuster | ||
| Cameras | ||
| Component | ||
| CompositingResol | ||
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| ExposureCompensator | ||
| FeaturesFinder | ||
| FeaturesMatcher | ||
| 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.) | |
| MatchingMask | ||
| PanoConfidenceThresh | ||
| RegistrationResol | ||
| SeamEstimationResol | ||
| SeamFinder | ||
| Warper | ||
| WaveCorrection | ||
| WaveCorrectKind | ||
| WorkScale |
| Name | Description | |
|---|---|---|
| ComposePanorama(OutputArray) | ||
| ComposePanorama(InputArray, OutputArray) | ||
| ComposePanorama(IEnumerableMat, OutputArray) | ||
| Create |
Creates a stitcher with the default parameters.
| |
| CreateScans |
Creates a stitcher with the default parameters with scan mode
| |
| 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 |