Click or drag to resize

Stitcher Class

http://www.emgu.com
Image Stitching.
Inheritance Hierarchy

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public class Stitcher : SharedPtrObject

The Stitcher type exposes the following members.

Constructors
  NameDescription
Public methodStitcher
Creates a Stitcher configured in one of the stitching modes.
Top
Properties
  NameDescription
Public propertyCompositingResol
Get or Set the compositing resolution
Public propertyPanoConfidenceThresh
Get or set the pano confidence threshold
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyRegistrationResol
Get or set the registration resolution
Public propertySeamEstimationResol
Get or Set the seam estimation resolution
Public propertySharedPtr
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Public propertyWaveCorrection
Get or Set a flag to indicate if the stitcher should apply wave correction
Public propertyWaveCorrectionKind
The wave correction type.
Public propertyWorkScale
The work scale
Top
Methods
  NameDescription
Public methodComposePanorama(IOutputArray)
These functions try to match the given images and to estimate rotations of each camera.
Public methodComposePanorama(IInputArrayOfArrays, IOutputArray)
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release memory associated with this stitcher
(Overrides DisposableObjectDisposeObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEstimateTransform
These functions try to match the given images and to estimate rotations of each camera.
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodSetBlender
Set the blender for this stitcher
Public methodSetFeaturesFinder
Set the features finder for this stitcher.
Public methodSetWarper
Set the warper creator for this stitcher.
Public methodStitch
Compute the panoramic images given the images
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Protected field_sharedPtr
A pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Top
See Also