Table of Contents

Class MergeExposures

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The base class algorithms that can merge exposure sequence to a single image.

public abstract class MergeExposures : Algorithm, IDisposable
Inheritance
MergeExposures
Implements
Derived
Inherited Members

Constructors

MergeExposures(nint, nint, Action<nint>)

Constructor for the factory pattern (cv::Ptr<T>* + raw T*).

Methods

Process(IEnumerable<Mat>, OutputArray, IEnumerable<float>, InputArray)

Merges images.