Dustin, it sounds like you were looking at a the "hand detection" with OpenCV or optical flow things I have been doing perhaps? Maybe not! What you are seeing isn't "hand detection" by using the haar filter... I have simply taken the the the "video track".qtz that Chris setup and modified it so that I can "click points" to set a "coordinate". I then am using structure sorts to get it to interact with other QC parameters. So, it is interacting with my hand, but only because I set the coordinate to my finger tips manually.
I don't know how great optical flow type of function would be for Apple to start putting in their Apps, considering the way that background lighting effects all kinds of motion tracking.... it can be great, but I could imagine a litany of complaints and bug filings if they integrated it as is into something like Cover Flow. Best regards! George Toledo "X The Unknown" www.myspace.com/xsongs www.vimeo.com/georgetoledo On Thu, Dec 18, 2008 at 9:27 PM, Christopher Wright <[email protected]>wrote: > 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/ > > > _______________________________________________ > 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/gtoledo3%40gmail.com > > This email sent to [email protected] >
_______________________________________________ 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]

