SDK调用方法:
1. SetDeviceCleanBackground 拍照后清除背景。
LONG SetDeviceCleanBackground(LONG nDeviceIndex, LONG bCleanBackground);
nDeviceIndex: 装置的编号。 bCleanBackground: 开关。 Return: TRUE or FALSE.
2. SetDeviceCleanBackgroundThreshold 设定清除背景的门槛值。
LONG SetDeviceCleanBackgroundThreshold(LONG nDeviceIndex, FLOAT nThreshold);
nDeviceIndex: 装置的编号。 nThreshold: 门槛值,范围0~1。 Return: TRUE or FALSE. |