我想从kinect深度数据中删除背景。我怎样才能做到这一点。另一种方式可以改变kinect max。远程范围。有什么建议吗?
谢谢
答案 0 :(得分:0)
使用此功能:
HRESULT NuiFusionDepthToDepthFloatFrame(
const UINT16* pDepthImageData,
UINT depthImageDataWidth, UINT depthImageDataHeight,
const NUI_FUSION_IMAGE_FRAME *pDepthFloatFrame,
FLOAT minDepthClip, FLOAT maxDepthClip, BOOL mirrorDepth)
minDepthClip
和maxDepthClip
可以帮助您摆脱深度不想要的东西。此功能还会将深度数据从unsigned short
更改为float
,从 mm 更改为米。