Class CalibrateCRF
The base class for camera response calibration algorithms.
Inheritance
System.Object
CalibrateCRF
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class CalibrateCRF : Algorithm, ICvPtrHolder
Methods
| Improve this Doc View SourceProcess(IEnumerable<Mat>, OutputArray, IEnumerable<Single>)
Recovers inverse camera response.
Declaration
public virtual void Process(IEnumerable<Mat> src, OutputArray dst, IEnumerable<float> times)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Mat> | src | vector of input images |
OutputArray | dst | 256x1 matrix with inverse camera response function |
IEnumerable<System.Single> | times | vector of exposure time values for each image |