Ask Your Question

Jack16's profile - activity

2016-10-14 01:14:53 -0600 received badge  Supporter (source)
2016-10-14 01:14:49 -0600 received badge  Scholar (source)
2016-09-22 09:58:59 -0600 received badge  Enthusiast
2016-09-14 09:18:00 -0600 received badge  Editor (source)
2016-09-14 09:17:28 -0600 asked a question Object detection using a 3D-TOF camera

Hello everyone,

I am trying to connect a 3D TOF camera using opencv on Visual Studio. This camera generates four output streams as mentioned below.

  • Intensity
  • Confidence
  • Range/Depth data
  • 3D PCL

1) How I could verify if this camera is supported on opencv ? I tried to connect using the default but it didnt work. VideoCapture cap(0); // open the default camera

2) Which one of the stream is suitable for the detection of an object as given on the link below. http://www.logistik-xtra.de/klt-rahme...

3) Which object detection technique available on opencv plateform is suitable for the detection of object mentioned in the link above.

helping comments would be highly appreciated

Thanks in advance.