if that is the case, i would recommend putting some kind of diffuser
over the IR projector. a piece of paper, or some cellophane, works
well.
if you're using the depth image, i recommend doing a weighted average
over time using a feedback buffer. this just means creating a new
image that is (for example) 10% the current image and 90% all the
previous images. this is one way to smooth things out over time so you
don't have to worry about the stability of the depth image.
if you're using opencv, this kind of operation can be done with a
single function: cv::addWeighted.
kyle
this technique will work smoothing for the IR image as well as the depth image.
but because it's a more general computer vision question, i recommend
asking for more info on another list. the opencv mailing list has a
lot of discussion surrounding these kinds of questions:
http://groups.yahoo.com/subscribe/OpenCV
best,
kyle
imagine tracking against a wall tat is sloped relative to the camera.
let's say the left side is close to the camera, and the right side is
far. you can't use any single depth threshold to pick out a person
from this, you have to account for the fact that the background is
changing across the scene.
kyle
http://www.pointclouds.org/documentation/tutorials/octree_change.php
Cheers,
Radu.
--
Point Cloud Library (PCL) - http://pointclouds.org