Click or drag to resize

Stitcher Class

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public sealed class Stitcher : DisposableCvObject

The Stitcher type exposes the following members.

Properties
  NameDescription
Public propertyBlender
Public propertyBundleAdjuster
Public propertyCameras
Public propertyComponent
Public propertyCompositingResol
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyExposureCompensator
Public propertyFeaturesFinder
Public propertyFeaturesMatcher
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyMatchingMask
Public propertyPanoConfidenceThresh
Public propertyRegistrationResol
Public propertySeamEstimationResol
Public propertySeamFinder
Public propertyWarper
Public propertyWaveCorrection
Public propertyWaveCorrectKind
Public propertyWorkScale
Top
Methods
  NameDescription
Public methodComposePanorama(OutputArray)
Public methodComposePanorama(InputArray, OutputArray)
Public methodComposePanorama(IEnumerableMat, OutputArray)
Public methodStatic memberCreate
Creates a stitcher with the default parameters.
Public methodStatic memberCreateScans
Creates a stitcher with the default parameters with scan mode
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstimateTransform(InputArray)
Public methodEstimateTransform(IEnumerableMat)
Public methodEstimateTransform(InputArray, Rect)
Public methodEstimateTransform(IEnumerableMat, Rect)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStitch(InputArray, OutputArray)
Try to stitch the given images.
Public methodStitch(IEnumerableMat, OutputArray)
Try to stitch the given images.
Public methodStitch(InputArray, Rect, OutputArray)
Try to stitch the given images.
Public methodStitch(IEnumerableMat, Rect, OutputArray)
Try to stitch the given images.
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberORIG_RESOL
Top
See Also