High level image stitcher.
It's possible to use this class without being aware of the entire stitching
pipeline. However, to be able to achieve higher stitching stability and
quality of the final images at least being familiar with the theory is recommended
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusStitcher
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Stitcher type exposes the following members.
Properties
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 |
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.) |
Fields
Name | Description | |
---|---|---|
ORIG_RESOL |
See Also