C# Класс Accord.Video.Ximea.CameraParameter.LUT

Set of configuration options to configure camera's LUT - Look-Up-Table. Currently available only for Currera-R cameras.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Enable string
Index string
IndexMax string
IndexMin string
Value string
ValueMax string
ValueMin string

Описание свойств

Enable публичное статическое свойство

Enable/Disable LUT. Type integer. Default 0.

Set 0 to disable LUT - sensor pixels are transferred directly. Set 1 to enable LUT - sensor pixels are mapped through LUT.

public static string Enable
Результат string

Index публичное статическое свойство

Set/Get the index (offset) of the coefficient to access in the LUT. Type integer.
public static string Index
Результат string

IndexMax публичное статическое свойство

Get highest LUT index (offset) of the coefficient to access in the LUT. Type integer.
public static string IndexMax
Результат string

IndexMin публичное статическое свойство

Get lowest LUT index (offset) of the coefficient to access in the LUT. Type integer.
public static string IndexMin
Результат string

Value публичное статическое свойство

Set/Get value in the LUT. Index of the value must be selected using Index parameter. Type integer.
public static string Value
Результат string

ValueMax публичное статическое свойство

Get lowest value to be set in LUT. Type integer.
public static string ValueMax
Результат string

ValueMin публичное статическое свойство

Get highest value to be set in LUT. Type integer.
public static string ValueMin
Результат string