Click or drag to resize
MergeExposures Class
http://www.emgu.com
The base class algorithms that can merge exposure sequence to a single image.
Inheritance Hierarchy
SystemObject
  Emgu.CVMergeExposures

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public abstract class MergeExposures

The MergeExposures type exposes the following members.

Constructors
  NameDescription
Protected methodMergeExposures
Initializes a new instance of the MergeExposures class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcess
Merges images.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_mergeExposuresPtr
The pointer to the unmanaged MergeExposure object
Top
See Also