C# Class OpenCvSharp.CalibrateCRF

The base class for camera response calibration algorithms.
Inheritance: Algorithm
ファイルを表示 Open project: shimat/opencvsharp

Public Methods

Method Description
Process ( IEnumerable src, OutputArray dst, IEnumerable times ) : void

Recovers inverse camera response.

Method Details

Process() public method

Recovers inverse camera response.
public Process ( IEnumerable src, OutputArray dst, IEnumerable times ) : void
src IEnumerable vector of input images
dst OutputArray 256x1 matrix with inverse camera response function
times IEnumerable vector of exposure time values for each image
return void