opencv: add handdetect plugin, initial implementation
authorAndol Li <andol@andol.info>
Sun, 27 Jan 2013 17:05:27 +0000 (19:05 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 1 Mar 2013 00:14:54 +0000 (00:14 +0000)
commit7faa44057e0802fc5a98eda8798cb0e0a42a1972
tree0453a1968589fea0e9253d65360e5c23693bc811
parent48b9fa2c24ba3bde9cfc04144accca2d95244594
opencv: add handdetect plugin, initial implementation

The handdetect plugin is for detecting hand gestures using
opencv.

It was created in the course of the Google Summer of Code.

https://bugzilla.gnome.org/show_bug.cgi?id=685655
ext/opencv/fist.xml [new file with mode: 0644]
ext/opencv/gsthanddetect.c [new file with mode: 0644]
ext/opencv/gsthanddetect.h [new file with mode: 0644]
ext/opencv/palm.xml [new file with mode: 0644]
tests/examples/opencv/gsthanddetect_test.c [new file with mode: 0644]