<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: fluid controlled by motion tracking</title>
		<atom:link href="http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 04:01:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-47385</guid>
					<title><![CDATA[fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-47385</link>
					<pubDate>Wed, 23 Dec 2009 15:11:00 +0000</pubDate>
					<dc:creator>Cheng Chien-Wen</dc:creator>

					<description>
						<![CDATA[
						<p>Does anyone know how this can be done in Jitter ?</p>
<p><a href="http://www.youtube.com/watch?v=T_JiGF9-CiE" rel="nofollow">http://www.youtube.com/watch?v=T_JiGF9-CiE</a></p>
<p>I&#8217;d like to know how to make the motion tracking influence the fluid like the video on youtube. For the fluid part, the code has been shared somewhere in this forum, but it only responses to mouse click and drag. I was wondering if there is any way to make the code response to hand gestures like the one on the youtube. Where should I start ?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170533</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170533</link>
					<pubDate>Wed, 23 Dec 2009 18:47:35 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>cv.jit.*?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170534</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170534</link>
					<pubDate>Thu, 24 Dec 2009 22:28:06 +0000</pubDate>
					<dc:creator>Kyred</dc:creator>

					<description>
						<![CDATA[
						<p>I think you need to work on the java code provided by t-link.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170535</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170535</link>
					<pubDate>Fri, 25 Dec 2009 07:56:54 +0000</pubDate>
					<dc:creator>efe</dc:creator>

					<description>
						<![CDATA[
						<p>You can use different java libraries, like traer or MSAFluid, for the physical modeling(using mxj). cv.jit would be the way to go if you are planning to do a motion tracking. It is possible, however, to do the tracking with the jitter objects(jit.op).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170536</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170536</link>
					<pubDate>Wed, 13 Jan 2010 21:29:10 +0000</pubDate>
					<dc:creator>Florito</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Cheng,</p>
<p>I&#8217;ve done something very similar in processing. I&#8217;m using optical flow in combination with fluid dynamics:</p>
<p><a href="http://www.youtube.com/watch?v=nF0HJbjdn4A" rel="nofollow">http://www.youtube.com/watch?v=nF0HJbjdn4A</a></p>
<p>The first step is that I am determining the optical flow in the incoming webcam image. Optical flow tells you which pixel moves to which direction from one frame to the other. In the youtube video, you can see me switching to the backend showing the optical flow as vectors.<br />
A good starting point for learning more about optical flow is the short article by Pete Warden: <a href="http://petewarden.com/notes/archives/2005/05/gpu_optical_flo.html" rel="nofollow">http://petewarden.com/notes/archives/2005/05/gpu_optical_flo.html</a></p>
<p>As efe mentioned, I believe the cv.jit.LKflow and cv.jit.HSflow should do the trick.</p>
<p>The next step is the fluid dynamics system. For this I&#8217;ve also based my system on the article &#8220;Real-Time Fluid Dynamics for Games&#8221; by Jos Stam. (Just like Memo did on the original posted video). Check out the pdf:</p>
<p><a href="http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf" rel="nofollow">http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf</a></p>
<p>Happy coding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170537</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170537</link>
					<pubDate>Thu, 21 Jan 2010 17:21:05 +0000</pubDate>
					<dc:creator>Kyred</dc:creator>

					<description>
						<![CDATA[
						<p>This is really interesting, but beyond my knowledge<br />
Is there anyone to explain how to bind the optical flow provided by cv.jit to MSAFluid?<br />
Or better to share this part?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170538</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170538</link>
					<pubDate>Fri, 22 Jan 2010 00:44:10 +0000</pubDate>
					<dc:creator>the_man361</dc:creator>

					<description>
						<![CDATA[
						<p>very interesting paper, floritto, thanks :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170539</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170539</link>
					<pubDate>Tue, 06 Apr 2010 20:49:45 +0000</pubDate>
					<dc:creator>ditronic</dc:creator>

					<description>
						<![CDATA[
						<p>A simple question, how do you use mouse object or any data input from Max/Msp to control the fluid, MSAFluid itself has the mouselistener. I want to use input numbers from Max/Msp to control the particle.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170540</guid>
					<title><![CDATA[Re: fluid controlled by motion tracking]]></title>
					<link>http://cycling74.com/forums/topic/fluid-controlled-by-motion-tracking/#post-170540</link>
					<pubDate>Wed, 21 Sep 2011 15:36:08 +0000</pubDate>
					<dc:creator>phawsea</dc:creator>

					<description>
						<![CDATA[
						<p>hi! did anyone succeed with motion tracking in max msp and use it in processing for visual output? i&#8217;m very intersted in having an example source code to understand the whole process.</p>
<p>thanks,<br />
martin</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

