
Machine Vision Camera SDK (C) Developer Guide
break;
}
} while (0);
if (nRet != MV_OK)
{
if (handle != NULL)
{
MV_CC_DestroyHandle(handle);
handle = NULL;
}
}
printf("Press a key to exit.\n");
WaitForKeyPress();
return 0;
}
4.8 Obsolete APIs
4.8.1 MV_CC_BayerSpatialDenoise
Spatial noise reduction of images in Bayer format (except Bayer RG 10 Packed).
API Definition
int MV_CC_BayerSpatialDenoise(
void
MV_CC_BAYER_SPATIAL_DENOISE_PARAM
);
*handle,
pstSpatialDenoiseParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstNoiseEstimateParam
[IN] [OUT] Structure about spatial noise reduction parameters, see
MV_CC_BAYER_SPATIAL_DENOISE_PARAM for details.
Return Value
Return MV_OK for success, and return Error Code for failure.
132



































































































































































































































































































































































































