
Machine Vision Camera SDK (C) Developer Guide
Return Value
Return MV_OK for success, and return Error Code for failure.
Remarks
This API is available for the device which supports the function of adjusting image sharpness.
4.8.11 MV_CC_NoiseEstimate
Estimate the noise.
API Definition
int MV_CC_NoiseEstimate(
void
MV_CC_NOISE_ESTIMATE_PARAM
);
*handle,
*pstNoiseEstimateParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstNoiseEstimateParam
[IN][OUT] Noise estimation parameters, see MV_CC_NOISE_ESTIMATE_PARAM for details
Return Value
Return MV_OK on success, and return Error Code on failure.
Remarks
This API is available for the device, which supports noise estimation.
4.8.12 MV_CC_RegisterEventCallBack
Register Event callback function.
API Definition
int MV_CC_RegisterEventCallBack(
void
*handle,
cbEvent fEventCallBack,
void
*pUser
);
154



































































































































































































































































































































































































