开发者

human body border detection using .NET

开发者 https://www.devze.com 2023-01-16 14:44 出处:网络
there is any body know any library that enable us to detect the body border or help me notify to body movment according to stre开发者_C百科am of imagesMicrosoft has such a library, called Kinect.

there is any body know any library that enable us to detect the body border or help me notify to body movment according to stre开发者_C百科am of images


Microsoft has such a library, called Kinect.

However, I rather doubt they will license it to you.

There is not always a library for everything, especially if the problem is difficult to precisely define and on the cutting edge of technology.


The basic element of this sort of processing is Blob Detection.

There are examples in the wild for blob detection algorithms. There are libraries too, but I'm not sure about free ones.

See this: http://www.aforgenet.com/articles/hands_gesture_recognition/


Did you look at open CV ? It's an open-source framework for image processing so it has a lot of helpful algorithms for contour detection, filtering, hull etc...

Also OpenNI was just released. It's a framework for natural interaction. For now it's mostly set up to work with depth sensors such that Kinect and PrimeSense sensors, but in the not-so-far future it might be able to deal with other type of hardware, maybe standard video cameras...


Link to MSFT SDK site

Update:

Just in from ZD.NET "Microsoft readies hobbyist Kinect development kit; promises commercial version later" link

Prior Post

The makers/OEM of the Kinect is PrimeSense. They make both the kinect and an independent devkit. They recently released open source drivers that are compatible with both XBox's Kinect and the smaller DevKit. You might as well get the drivers straight from the source. I'm not sure what value a 3rd party library (openKinect) will offer.

Get the unified Kinect and DevKit drivers here: http://www.openni.org/ Windows and Unix support is available.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号