Machine Vision Camera SDK (C) Developer Guide
Structure about Color Correction Parameters
Member
bCCMEnable
nCCMat
nRes
Data Type
bool
int
Array of unsigned int
Description
Whether to enable color correction.
Color correction matrix, range: (-8192, 8192)
Reserved.
5.1.7 MV_CC_CCM_PARAM_EX
CCM Parameter Structure
Member
bCCMEnable
nCCMat
nCCMScale
nRes
Data Type
bool
int[]
unsigned int
unsigned int[]
Description
Whether to enable CCM.
Color correction matrix, range:
(-65536,65536). The maximum
length is 9 bytes.
Quantitative scale (integer
power of 2), the maximum
value: 65536
Reserved. The maximum length
is 8 bytes.
5.1.8 MV_CC_CONTRAST_PARAM
Structure About Contrast Adjustment Parameters
Member
nWidth
nHeight
pSrcBuf
nSrcBufLen
enPixelType
Data Type
unsigned int
unsigned int
unsigned char*
unsigned int
enum
MvGvspPixelType
Description
The image width, the minimum value is 8.
The image height, the minimum value is 8.
The input data buffer
The input data length
The pixel format
177
    "