ARToolKit | Mailing List Archive |
![]() |
From: | "Alexandre Gillet" <gillet@s ..........> | Received: | Jul 9, 2007 |
To | <artoolkit@h ..................> | ||
Subject: | determining if pattern is being shake | ||
This is a multi-part message in MIME format. ------_=_NextPart_001_01C7C283.C39398C3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I want to be able to find out if one of my pattern is being shake so I can apply an action to it. I've seen demo of it but I am not sure what is the best way to implement it. Anybody has an advice for it? Thanks Alex --=20 o Alexandre Gillet email: gillet@s .......... / The Scripps Research Institute, o Dept. Molecular Biology, MB-5, \ 10550 North Torrey Pines Road, o La Jolla, CA 92037-1000, USA. / tel: (858) 784-2053 o fax: (858) 784-2860 web: http://mgl.scripps.edu/projects/tangible_models/ ------_=_NextPart_001_01C7C283.C39398C3 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 6.5.7651.59"> <TITLE>determining if pattern is being shake</TITLE> </HEAD> <BODY> <!-- Converted from text/plain format --> <P><FONT SIZE=3D2>Hi,<BR> <BR> I want to be able to find out if one of my pattern is being shake so = I<BR> can apply an action to it.<BR> I've seen demo of it but I am not sure what is the best way to = implement<BR> it.<BR> <BR> Anybody has an advice for it?<BR> <BR> Thanks<BR> Alex<BR> <BR> --<BR> o Alexandre = Gillet &= nbsp; email: gillet@s ..........<BR> / The Scripps Research Institute,<BR> o Dept. Molecular Biology, MB-5,<BR> \ 10550 North Torrey Pines Road,<BR> o La Jolla, CA 92037-1000, USA.<BR> / tel: (858) 784-2053<BR> o fax: (858) 784-2860<BR> web: <A = HREF=3D"http://mgl.scripps.edu/projects/tangible_models/">http://mgl.scri= pps.edu/projects/tangible_models/</A><BR> </FONT> </P> </BODY> </HTML> ------_=_NextPart_001_01C7C283.C39398C3-- |
From: | Sean White <swhite@c ..............> | Received: | Jul 11, 2007 |
To | Alexandre Gillet <gillet@s ..........> | ||
Subject: | Re: determining if pattern is being shake | ||
We implemented fiducial shake detection by first creating a queue of movements (like up, down, left, right, forward, back, rotate, etc..) and then running the flow through a state machine with various thresholds. It works reasonably well and let's you also detect other types of gestures by adding to the state machines. -Sean On Jul 9, 2007, at 7:49 PM, Alexandre Gillet wrote: > Hi, > > I want to be able to find out if one of my pattern is being shake so I > can apply an action to it. > I've seen demo of it but I am not sure what is the best way to > implement > it. > > Anybody has an advice for it? > > Thanks > Alex > > -- > o Alexandre Gillet email: gillet@s .......... > / The Scripps Research Institute, > o Dept. Molecular Biology, MB-5, > \ 10550 North Torrey Pines Road, > o La Jolla, CA 92037-1000, USA. > / tel: (858) 784-2053 > o fax: (858) 784-2860 > web: http://mgl.scripps.edu/projects/tangible_models/ > |