由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Seattle版 - kinect可以这么玩啊
相关主题
MS好流氓啊大家的honda车都去哪里做maintenance的?
Cantaloupe illnesses and deaths expected to rise出售Auto Care card - 3 次免费换机油 $20
没人贴微软的眼镜?求助一道几何题 谢谢大家
抵制 TAG Property Management请问大家都在哪里给车换机油?
计算机书,免费,谁要自取,不是骗子Amex Blue Cash preferred 6%现金回扣+$150bonus超市专用信用卡
车胎寿命5年?Amex Blue Cash preferred 6% Cashback+$150bonus超市专用信用卡
以色列租客Amex Blue Cash preferred 6% Cashback+$150bonus超市专用信用卡
西雅图用啥胎好?找滑单板的同伴
相关话题的讨论汇总
话题: kinect话题: do话题: what话题: 然后话题: depth
进入Seattle版参与讨论
1 (共1页)
m****c
发帖数: 252
1
http://ladyada.net/learn/diykinect/
这个是拿USB分析仪直接分析出kinect和xbox360之间协议的,然后自己写了一个kinect
在PC和MAC上的驱动。很强大。
一旦打开了kinect这个强大的装备之后,一帮人就开始疯狂了。
http://www.creativeapplications.net/news/kinect-opensource-news/
首先,马上有人直接拿kinect搞出了depth image,
然后就是depth video
然后有人直接搞出深度图然后直接贴纹理,搞出3d video。
然后就有人搞出sdk。
然后就有人把kinect和opencv整合。
然后就是tracking, 3d object recognition,blabla。
然后就是机器人控制。
。。。。
这帮人真强,我估计不消一年时间,就可以看到n多人在kinect的基础上搞数据写论文
了。
kinect确实降低了机器视觉和三维重建的难度。
以后搞个NXT+kinect或者kinect+beagleboard+accessories,那就是个超级强大的机器
人。
弄不好以后很多机器视觉的系统很可能直接拿kinect作为输入设备。价格便宜量又足,
而且又有大量现成的code可以用。
l*****k
发帖数: 1059
2
Cool!
l****l
发帖数: 3394
3
simple binocular storeo. Why so many buzz...
B***i
发帖数: 724
4
someone said it is based on structured light...

【在 l****l 的大作中提到】
: simple binocular storeo. Why so many buzz...
m****c
发帖数: 252
5
simple。。。搞计算机视觉的那帮人都得哭死,搞了几十年的computer vision既然是
个simple的engineering problem。
我估计也认为 speech recognition也是个非常简单的问题。
我不知道你是否清楚 state-of-the-art computer vision 的状况。
你能买到一个在1000以下reliable的simple stereo system吗?
为什么大家那么激动,因为以前想在一万以下打个fancy的computer vision的系统,基
本上是mission impossible。
看看hack这个东西的人是怎么说的吧。
http://www.memo.tv/kinect_why_it_matters
Kinect, being a depth sensing camera, gives us a ton of extra data over any
consumer device in it's price range. With that extra data, we are a lot more
knowledgable about what is happening in our environment, we can understand
it more accurately, thus we can create smarter systems that respond more
intuitively.
A lot of people are asking "what can you do with kinect that you couldn't
do before". Asking that question, is missing the point. It depends what
exactly "you" means. Is the question "What can I, Memo, do with kinect that
I couldn't do before?" Or is it "what could Myron Krueger do with kinect
that he couldn't before?" (answer is probably not much), or is it referring
to a more generic "you"?
Kinect is making nothing which wasn't already technically possible,
possible. It is just making it accessible, not just in terms of price, but
also in terms of simplicity and ease. The question should not be "what can
you do with kinect that you couldn't do before", but it should be "how much
simpler is it (technically) to do something with kinect, which was a lot
harder with consumer devices before kinect". To demonstrate what I mean,
here is a rough prototype I posted yesterday within a few hours of getting
my hands on a kinect.
Kinect is hooked up to my macbook pro, I'm using the opensource drivers
mentioned above to read the color image and depth map, and wrote the demo
prototype you see above. One hand draws in 3D, two hands rotates the view.
=========================================================================
Without kinect this is completely possible. You could use high end
expensive equipment, but you don't even need to. You could use two cheap
webcams, make sure you have good control of your lighting, you might need to
setup a few IR emitters, ideally try and get a clean unchanging background
(not essential but helps a lot). And then you will need a *lot* of hairy
maths, algorithms and code. I'm sure lots of people out there are thinking "
hey what's the big deal, I don't find those algorithms hairy at all, I could
do that without a Kinect, and I already have done". Well smartass this isn'
t about you.
With the kinect, you pretty much just plug it in, make sure there isn't any
bright sunlight around, and with a few lines of code you have the
information you need. You have that extra data that you can now use to do
whatever you want. Now that interaction is available for artists /
developers of *all* levels, not just the smelly geeks - and that is very
important. Once we have everybody designing, creating and playing with these
kinds of interactions - who prekinect would not have been able to - then we
will be smothered in amazing, innovative, fresh ideas and applications.
Sure we'll get thousands of pinch-to-zoom-and-rotate-the-photo demos, which
will get sickening pretty quickly, but amongst all that will be ideas that
you or I would have never thought of in a million years, but we'll instantly
fall in love with, and it will spark new ideas in us, sending us off in a
frenzy of creative development, which in turn feeds others and the cycle
continues.
And that's why it matters.
============================================================================
=====

【在 l****l 的大作中提到】
: simple binocular storeo. Why so many buzz...
M*****e
发帖数: 568
6

kinect
原来一直在想,要是MS给一套Kinect的开发工具,
让大家方便的利用其中的3D重建和Body Motion的模块,
那这个东西能够激发的创作热情不会低于iphone app。

【在 m****c 的大作中提到】
: http://ladyada.net/learn/diykinect/
: 这个是拿USB分析仪直接分析出kinect和xbox360之间协议的,然后自己写了一个kinect
: 在PC和MAC上的驱动。很强大。
: 一旦打开了kinect这个强大的装备之后,一帮人就开始疯狂了。
: http://www.creativeapplications.net/news/kinect-opensource-news/
: 首先,马上有人直接拿kinect搞出了depth image,
: 然后就是depth video
: 然后有人直接搞出深度图然后直接贴纹理,搞出3d video。
: 然后就有人搞出sdk。
: 然后就有人把kinect和opencv整合。

j*****y
发帖数: 2042
7
微软还不如老实的出个DXinect的开发包,把游戏开发商继续紧紧团结在微软为核心的
邪恶暗影小圈子
周围……

kinect

【在 m****c 的大作中提到】
: http://ladyada.net/learn/diykinect/
: 这个是拿USB分析仪直接分析出kinect和xbox360之间协议的,然后自己写了一个kinect
: 在PC和MAC上的驱动。很强大。
: 一旦打开了kinect这个强大的装备之后,一帮人就开始疯狂了。
: http://www.creativeapplications.net/news/kinect-opensource-news/
: 首先,马上有人直接拿kinect搞出了depth image,
: 然后就是depth video
: 然后有人直接搞出深度图然后直接贴纹理,搞出3d video。
: 然后就有人搞出sdk。
: 然后就有人把kinect和opencv整合。

1 (共1页)
进入Seattle版参与讨论
相关主题
找滑单板的同伴计算机书,免费,谁要自取,不是骗子
亚麻item name和image不符车胎寿命5年?
从中部搬到加州,再也不想去南方了 (转载)以色列租客
微软的Kinect 在E3上的最新demo西雅图用啥胎好?
MS好流氓啊大家的honda车都去哪里做maintenance的?
Cantaloupe illnesses and deaths expected to rise出售Auto Care card - 3 次免费换机油 $20
没人贴微软的眼镜?求助一道几何题 谢谢大家
抵制 TAG Property Management请问大家都在哪里给车换机油?
相关话题的讨论汇总
话题: kinect话题: do话题: what话题: 然后话题: depth