Click or drag to resize
Accord.NET (logo)

CameraParameterColorCorrectionMatrix Class

Set of configuration options to access elements of Color Correction Matrix.
Inheritance Hierarchy
SystemObject
  Accord.Video.XimeaCameraParameterColorCorrectionMatrix

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public static class ColorCorrectionMatrix
Request Example View Source

The CameraParameterColorCorrectionMatrix type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberV00
Set/Get color correction matrix element [0][0]. Type float. By default 1.0.
Public fieldStatic memberV01
Set/Get color correction matrix element [0][1]. Type float. By default 0.0.
Public fieldStatic memberV02
Set/Get color correction matrix element [0][2]. Type float. By default 0.0.
Public fieldStatic memberV03
Set/Get color correction matrix element [0][3]. Type float. By default 0.0.
Public fieldStatic memberV10
Set/Get color correction matrix element [1][0]. Type float. By default 0.0.
Public fieldStatic memberV11
Set/Get color correction matrix element [1][1]. Type float. By default 1.0.
Public fieldStatic memberV12
Set/Get color correction matrix element [1][2]. Type float. By default 0.0.
Public fieldStatic memberV13
Set/Get color correction matrix element [1][3]. Type float. By default 0.0.
Public fieldStatic memberV20
Set/Get color correction matrix element [2][0]. Type float. By default 0.0.
Public fieldStatic memberV21
Set/Get color correction matrix element [2][1]. Type float. By default 0.0.
Public fieldStatic memberV22
Set/Get color correction matrix element [2][2]. Type float. By default 1.0.
Public fieldStatic memberV23
Set/Get color correction matrix element [2][3]. Type float. By default 0.0.
Public fieldStatic memberV30
Set/Get color correction matrix element [3][0]. Type float. By default 0.0.
Public fieldStatic memberV31
Set/Get color correction matrix element [3][1]. Type float. By default 0.0.
Public fieldStatic memberV32
Set/Get color correction matrix element [3][2]. Type float. By default 0.0.
Public fieldStatic memberV33
Set/Get color correction matrix element [3][3]. Type float. By default 1.0.
Top
See Also