I want to remove background from kinect depth data. how can ı do that. Another way can ı change kinect max. distange range. Any suggestions?
Thanks
I want to remove background from kinect depth data. how can ı do that. Another way can ı change kinect max. distange range. Any suggestions?
Thanks
Use this function:
minDepthClip
andmaxDepthClip
can help you get rid of what you don't want by its depth. and also this function will change the depth data fromunsigned short
tofloat
, from mm to meter.