How can I find the depth of a pixel from a depth map file? [closed]

asked 2016-06-25 23:42:41 -0600

updated 2020-10-08 07:50:26 -0600

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

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-08 07:51:04.612129

Comments

can you clarify, how you open those, exactly ?

berak gravatar imageberak ( 2016-06-26 05:20:17 -0600 )edit

VideoCapture capture("fall-02-cam0.mp4"); capture.read(frame);

lp930297533 gravatar imagelp930297533 ( 2016-06-28 05:13:42 -0600 )edit