I am doing my master thesis regarding floor based obstacle detection with a Time of Flight (ToF) camera.
I found out there are alot of applications that use the V- and U- Disparity map to detect and track objects and the ground plane with a stereo vision approach. They calculate the disparity with the two pictures taken and then create a Histogram of the values so in the V- Disparty map the ground plane is visible as slanted line and obstacles stand out from it. So my question is, if it is possible to generate the disparity map from the data from a time of flight camera? As far as i know those things give me back a point cloud (x,y,z coordinates from each pixel) and a amplitude image of the scene.
So the depth for the disparity in stereo vision is calculated like this:
depth = (baseline * focal length) / disparity)
A ToF camera has an objective and therefore it is using the pin hole approach to calculate the right depth. So is there any posibillity to gain a disparity map with an ToF camera?
Thanks in advance!