Ask Your Question

lp930297533's profile - activity

2016-09-21 01:18:34 -0600 commented answer How can I work with Depth Data, offline?

Thanks a lot. I could fine the PNG files related to my database.

2016-09-19 04:20:44 -0600 asked a question How can I work with Depth Data, offline?

I have some depth data & RGB video have been captured by kinect camera & I've saved them in a folder. How can I extract depth from them.

2016-06-28 05:13:42 -0600 commented question How can I find the depth of a pixel from a depth map file?

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

2016-06-26 01:20:39 -0600 asked a question How can I find the depth of a pixel from a depth map file?

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