简体   繁体   English

使用Kinect V2进行物体检测

[英]Object detection using Kinect V2

I know that object detection is not possible using Kinect v1. 我知道使用Kinect v1无法进行对象检测。 We need to use 3rd party libraries like open CV or pointclouds (pcl). 我们需要使用开放式CV或Pointclouds(pcl)之类的第三方库。

But was just curious to know does can it be achived using Kinect v2? 但是只是好奇地知道可以使用Kinect v2实现吗? Has anyone done any work on it? 有人做过任何工作吗?

看看这个 项目, 并使用带有blob detection关键字的google。

The short answer is that object detection using the Kinect V2 is possible in two ways, but there isn't much by way of complete solutions out there right now (Nov. 2014) because of how new it is and because it hasn't been hacked yet. 简短的答案是,可以通过两种方式使用Kinect V2进行对象检测,但是由于目前尚不完善,因此目前尚无完整的解决方案(2014年11月)。砍死了。 Currently, I am trying to implement PCL on Windows 8 with visual studio 2012, which are the bare minimum req.s for Kinect v2, and I will keep posted so that you can know how it goeshttp://cs.unc.edu/~kwaegel/pcl/pcl_build_notes.htmlRealistically, the fastest approach would likely be using the v2 SDK (sorry about the link above, don't have enough reputation to share more than 2 links, needed to think of a clever way to get it to you without StackExchange recognizing it as a link :P ). 当前,我正在尝试使用Visual Studio 2012在Windows 8上实现PCL,这是Kinect v2的最低要求,我将继续发布该信息,以便您了解它的运行方式http://cs.unc.edu/ 〜kwaegel / pcl / pcl_build_notes.html实际上,最快的方法可能是使用v2 SDK(很抱歉,上面的链接,没有足够的声誉来共享2个以上的链接,需要考虑一种巧妙的方法才能将其链接到您没有StackExchange会将其识别为链接:P)。 In a brief search I found that this guy acquired the color point clouds from the kinect v2 and was able to output them: 在简短的搜索中,我发现这个人从kinect v2获得了色点云并能够输出它们:

http://laht.info/kinect-v2-colored-point-clouds/ http://laht.info/kinect-v2-colored-point-clouds/

After that, you should be able to segment the point clouds with previous open source software by simply importing your newly acquired point cloud! 之后,您只需导入新获得的点云,就可以使用以前的开源软件对点云进行分割!

http://pointclouds.org/documentation/tutorials/random_sample_consensus.php http://pointclouds.org/documentation/tutorials/random_sample_consensus.php

again, haven't gotten all of these moving parts working together in one environment yet, but it is definitely possible 再一次,还没有使所有这些运动部件在一个环境中协同工作,但是绝对有可能

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM