从kinect深度数据中删除背景

时间:2014-11-11 20:45:39

标签: background kinect depth

我想从kinect深度数据中删除背景。我怎样才能做到这一点。另一种方式可以改变kinect max。远程范围。有什么建议吗?

谢谢

1 个答案:

答案 0 :(得分:0)

使用此功能:

HRESULT NuiFusionDepthToDepthFloatFrame(
     const UINT16* pDepthImageData, 
     UINT depthImageDataWidth, UINT depthImageDataHeight,
     const NUI_FUSION_IMAGE_FRAME *pDepthFloatFrame, 
     FLOAT minDepthClip, FLOAT maxDepthClip, BOOL mirrorDepth)

minDepthClipmaxDepthClip可以帮助您摆脱深度不想要的东西。此功能还会将深度数据从unsigned short更改为float,从 mm 更改为