Stitcher Class |
Namespace: Emgu.CV.Stitching
The Stitcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompositingResol |
Get or Set the compositing resolution
|
![]() | PanoConfidenceThresh |
Get or set the pano confidence threshold
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | RegistrationResol |
Get or set the registration resolution
|
![]() | SeamEstimationResol |
Get or Set the seam estimation resolution
|
![]() | SharedPtr |
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |
![]() | WaveCorrection |
Get or Set a flag to indicate if the stitcher should apply wave correction
|
![]() | WaveCorrectionKind |
The wave correction type.
|
![]() | WorkScale |
The work scale
|
Name | Description | |
---|---|---|
![]() | ComposePanorama(IOutputArray) |
These functions try to match the given images and to estimate rotations of each camera.
|
![]() | ComposePanorama(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.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release memory associated with this stitcher
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | EstimateTransform |
These functions try to match the given images and to estimate rotations of each camera.
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
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.) |
![]() | SetBlender |
Set the blender for this stitcher
|
![]() | SetFeaturesFinder |
Set the features finder for this stitcher.
|
![]() | SetWarper |
Set the warper creator for this stitcher.
|
![]() | Stitch |
Compute the panoramic images given the images
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | _sharedPtr |
A pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |