C# Класс OpenCvSharp.CalibrateCRF

The base class for camera response calibration algorithms.
Наследование: Algorithm
Показать файл Открыть проект

Открытые методы

Метод Описание
Process ( IEnumerable src, OutputArray dst, IEnumerable times ) : void

Recovers inverse camera response.

Описание методов

Process() публичный Метод

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
Результат void