Machine Vision Camera SDK (C) Developer Guide
[IN][OUT] The image contrast, see MV_CC_CONTRAST_PARAM for details.
Return Value
Return MV_OK on success, and return Error Code on failure.
4.5.23 MV_CC_ReconstructImage
Reconstruct the image (it is used in the time-division exposure).
API Definition
int MV_CC_RestructureImage(
void
MV_RESTRUCTURE_IMAGE_PARAM
);
*handle,
*pstReconstructParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstReconstructParam
[IN][OUT] Image reconstruction parameters, see MV_RECONSTRUCT_IMAGE_PARAM for
details.
Return Value
Return MV_OK on success, and return Error Code on failure.
4.5.24 MV_CC_SetBayerFilterEnable
Enable or disable the smoothing function of interpolation algorithm.
API Definition
int MV_CC_SetBayerFilterEnable(
void
*handle,
bool
bFilterEnable
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
114
    "