I have a kinect (v2) that captures the depth image. In the depth image, I have some objects on a table; I want to have the distance from the kinect sensors to the objects on the table.
How can I calculate the distance in (m or cm) of the objects on the table to the kinect sensors?
I don't know if I can do some image processing using the intensity value of the pixels of the image to do so. Any help is appreciated.