--
You received this message because you are subscribed to the Google Groups "OpenNI" group.
To post to this group, send email to openn...@googlegroups.com.
To unsubscribe from this group, send email to openni-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openni-dev?hl=en.
--
You received this message because you are subscribed to the Google Groups "OpenNI" group.
To post to this group, send email to openn...@googlegroups.com.
To unsubscribe from this group, send email to openni-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openni-dev?hl=en.
I saw your message I would like to use SVM for gesture recognition.
I'm using openframeworks+code::blocks for the development. Is there any
library for openframeworks. How did you implemented it? Can you share
code, experience?
Thanks in advance,
Paulo Trigueiros
Thanks for your answer. I going to try it and i will give some feedback.
I'm already using OpenCV inside openFrameworks for other things, so I
will look at the machine learning stuff.
Thanks again,
Paulo
On 06/28/2011 10:02 AM, Sam Muscroft wrote:
> Hi Paulo,
>
> I used pure OpenCV for the image processing and machine learning . I
> am unable to share the source, but the basic principle was to track
> the contours and then train the svm with contour features. This has
> it's limitations as it's based on 2d descriptors...i am interested in
> looking at using point clouds with the kinect to gain better 3d shape
> descriptors, there is already some work done on this by ROS (http://
> pointclouds.org/).
Just as a clarification: the PCL project is standalone and has nothing to do with ROS. ;) Most of its developers are
geographically distributed around the world, with the OpenCV team working on PCL as well (see
www.pointclouds.org/about.html).
Cheers,
Radu.
--
Point Cloud Library (PCL) - http://pointclouds.org
Regards,
Michael