How can I find the depth of a pixel from a depth map file? [closed]
Hi, I don't need to use Kinect sensor. I have some database as files (http://fenix.univ.rzeszow.pl/~mkepski...), that I can open them with addressing the Video capture function. But I don't know how to extract the depth of each pixel.
Thanks
can you clarify, how you open those, exactly ?
VideoCapture capture("fall-02-cam0.mp4"); capture.read(frame);