Table of Contents

Class CalibrateCRF

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The base class for camera response calibration algorithms.

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

Constructors

CalibrateCRF(nint, nint, Action<nint>)

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

protected CalibrateCRF(nint smartPtr, nint rawPtr, Action<nint> release)

Parameters

smartPtr nint
rawPtr nint
release Action<nint>

Methods

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

Recovers inverse camera response.

public virtual void Process(IEnumerable<Mat> src, OutputArray dst, IEnumerable<float> times)

Parameters

src IEnumerable<Mat>

vector of input images

dst OutputArray

256x1 matrix with inverse camera response function

times IEnumerable<float>

vector of exposure time values for each image