Stitcher Class OpenCvSharp Class Library
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

SystemObject
  OpenCvSharpDisposableObject
    OpenCvSharpDisposableCvObject
      OpenCvSharp.CPlusPlusStitcher

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
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 memberCreateDefault
Creates a stitcher with the default parameters.
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodEstimateTransform(InputArray)
Public methodEstimateTransform(IEnumerableMat)
Public methodEstimateTransform(InputArray, Rect)
Public methodEstimateTransform(IEnumerableMat, Rect)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (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 (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberORIG_RESOL
Top
See Also

Reference