![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
Declares the utility class for abstract color space matrix operations. More...
Go to the source code of this file.
Classes | |
| class | CNTV2CSCMatrix |
| This class supports the color space conversion matrix described below. More... | |
Typedefs | |
| typedef enum NTV2CSCCoeff | NTV2CSCCoeffIndex |
| typedef enum NTV2CSCOffset | NTV2CSCOffsetIndex |
Variables | |
| const int16_t | NTV2_CSCMatrix_ZeroOffset = 0x0000 |
| const int16_t | NTV2_CSCMatrix_SMPTEYOffset = 0x0800 |
| const int16_t | NTV2_CSCMatrix_SMPTECOffset = 0x4000 |
| const double | NTV2CSCMatrix_MaxCoeffDiff = (1.0 / 4096.0) |
| This is used to compare CSC Matrix coefficients – the default amount by which they can differ and still be considered "equal". More... | |
Declares the utility class for abstract color space matrix operations.
Definition in file ntv2cscmatrix.h.
| typedef enum NTV2CSCCoeff NTV2CSCCoeffIndex |
| typedef enum NTV2CSCOffset NTV2CSCOffsetIndex |
| enum NTV2CSCCoeff |
Definition at line 23 of file ntv2cscmatrix.h.
| enum NTV2CSCOffset |
| Enumerator | |
|---|---|
| NTV2CSCOffsetIndex_Pre0 | |
| NTV2CSCOffsetIndex_Pre1 | |
| NTV2CSCOffsetIndex_Pre2 | |
| NTV2CSCOffsetIndex_PostA | |
| NTV2CSCOffsetIndex_PostB | |
| NTV2CSCOffsetIndex_PostC | |
Definition at line 39 of file ntv2cscmatrix.h.
| const int16_t NTV2_CSCMatrix_SMPTECOffset = 0x4000 |
Definition at line 20 of file ntv2cscmatrix.h.
| const int16_t NTV2_CSCMatrix_SMPTEYOffset = 0x0800 |
Definition at line 19 of file ntv2cscmatrix.h.
| const int16_t NTV2_CSCMatrix_ZeroOffset = 0x0000 |
Definition at line 18 of file ntv2cscmatrix.h.
| const double NTV2CSCMatrix_MaxCoeffDiff = (1.0 / 4096.0) |
This is used to compare CSC Matrix coefficients – the default amount by which they can differ and still be considered "equal".
Definition at line 55 of file ntv2cscmatrix.h.