那里有深度相机的框架?

时间:2012-07-17 08:49:24

标签: kinect openni

我想评估深度相机的几个SDK /框架的性能。这些相机可以使用飞行时间或结构光。 该框架应该能够(至少)人员跟踪/ blob检测和手势识别。 到目前为止,我发现了以下框架:

我还应该注意其他任何框架吗?

编辑:我发现Techradar this article似乎表明这些确实是目前唯一可用的选项。

非常感谢任何反馈!

1 个答案:

答案 0 :(得分:2)

我发现了一些有趣的链接。您可以使用CodAC来采用麻省理工学院的方法。他们在这篇文章中列出了很多事实,我将在这里发布最重要的事实。

9. What are limitations of this technique?

The main limitation of our framework is inapplicability to scenes with curvilinear
objects, which would require extensions of the current mathematical model.
Another limitation is that a periodic light source creates a wrap-around error 
as it does in other TOF devices. For scenes in which surfaces have high reflectance
or texture variations, availability of a traditional 2D image prior to our data   
acquisition allows for improved depth map reconstruction as discussed in our paper.

10. What are advantages of this technique/device and how does it 
compare with existing TOF-based range sensing techniques?

In laser scanning, spatial resolution is limited by the scanning time. 
TOF cameras do not provide high spatial resolution because they rely on a 
low-resolution 2D pixel array of range-sensing pixels. CoDAC is a single-sensor,
high spatial resolution depth camera which works by exploiting the sparsity of natural 
scene structure.

11. What is the range resolution and spatial resolution of the CoDAC system?

We have demonstrated sub-centimeter range resolution in our experiments.
This is significantly better than fundamental limit of about 10 cm that would 
arise from using a detector with 0.7 nanosecond rise time if we were not using 
parametric signal modeling.  The improvement in range resolution comes from the 
parametric modeling and deconvolution in our framework. We refer the reader to 
our publications for complete details and analysis.

We have demonstrated 64-by-64 pixel spatial resolution,
as this is the spatial resolution of our spatial light modulator.  
Spatially patterning with a digital micromirror device (DMD) will enable 
much higher spatial resolution.  Our experiments use only 205 projection patterns,
which correspond to just 5% of number of pixels in the reconstructed depth map. 
This is a significant improvement over raster scanning in LIDAR, and it is 
obtained without the 2D sensor array used in TOF cameras.

我在Youtube上找到的另一个有趣项目使用libfreenectlibusb

还有dSensingNI被描述为

This work presents an approach to overcome the disadvantages of existing interaction 
frameworks and technologies for touch detection and object interaction. The robust and
easy to use framework dSensingNI (Depth Sensing Natural Interaction) is described, 
which supports multitouch and tangible interaction with arbitrary objects. It uses 
images from a depth-sensing camera and provides tracking of users fingers of palm of
hands and combines this with object interaction, such as grasping, grouping and 
stacking, which can be used for advanced interaction techniques.

所以你已经击中了大部分,特别是使用Kinect,但还有其他一些选择!希望这有帮助!