This is a bit off topic, but figured I'd chime in.
having a bit of hard time figuring out the kineme open cv haar structure to detect my hand. im determined to do this all in qtz, and not fire up max msp.
In the current beta, haar detection is broken -- behind the scenes, some inadvertent image warping takes place that causes it to give junk results. We've got a fix, but have been too busy to release a new beta.
More abstractly, the haar structure is just an xml file that defines the haar cascade. You can use some functions in OpenCV to train a haar filter, which will probably be what you'll need to do (unless you know haar structure, and are doing it by hand or something). The kineme OpenCV plugin doesn't expose this functionality, so you'll have to find an external app to assist with this.
-- [ christopher wright ] [email protected] http://kineme.net/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

