Click or drag to resize

Stitcher Methods

http://www.emgu.com

The Stitcher type exposes the following members.

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 the default hash function.
(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 methodSetBundleAdjusterCompensator
Set the bundle adjuster for this stitcher
Public methodSetEstimator
Set the estimator for this stitcher
Public methodSetExposureCompensator
Set the exposure compensator for this stitcher.
Public methodSetFeaturesFinder
Set the features finder for this stitcher.
Public methodSetFeaturesMatcher
Set the features matcher for this stitcher
Public methodSetSeamFinder
Set the seam 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
See Also