I would like to know if anyone has an efficient method for separating overlapping blobs based on depth values from the kinect. Background subtraction and depth limiting to find blobs is fairly straightforward, however if two blobs overlap, but are at different distances, I would like to separate them. What might be a good approach to accomplish this? some type of edge detection perhaps?
1