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: 1.0.0
Syntax
public sealed class Stitcher : DisposableCvObject

The Stitcher type exposes the following members.

Properties
  NameDescription
Public propertyComponent
Public propertyCompositingResol
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
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 propertyPanoConfidenceThresh
Public propertyRegistrationResol
Public propertySeamEstimationResol
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 configured in one of the stitching modes.
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