<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Cool Feature: Video processing demos</title>
	<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Sun, 22 Nov 2009 23:40:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-1528</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:07:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-1528</guid>
		<description>jhon,

I think you need to be more specific with your question.

What do you mean by "executing an event"  This makes me think of either callbacks or Simulink/Stateflow.

You want this event to trigger and external device.  Do you know how to trigger the external advice in MATLAB?  Are you trying to work in "hard real time"?

Doug</description>
		<content:encoded><![CDATA[<p>jhon,</p>
<p>I think you need to be more specific with your question.</p>
<p>What do you mean by &#8220;executing an event&#8221;  This makes me think of either callbacks or Simulink/Stateflow.</p>
<p>You want this event to trigger and external device.  Do you know how to trigger the external advice in MATLAB?  Are you trying to work in &#8220;hard real time&#8221;?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhon diaz</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-1527</link>
		<dc:creator>jhon diaz</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:24:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-1527</guid>
		<description>Hi.
I'm a beginer in Matlab and since three months ago I started working with video files.  With the image processing toolbox and image acquisition toolbox I can select my frames and process some analysis, however I'm planning to execute an event depending on what happens in the video (tracking objects).  This event is to output a signal for triggering an external device.  Could someone give me an idea of how to do this?  Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I&#8217;m a beginer in Matlab and since three months ago I started working with video files.  With the image processing toolbox and image acquisition toolbox I can select my frames and process some analysis, however I&#8217;m planning to execute an event depending on what happens in the video (tracking objects).  This event is to output a signal for triggering an external device.  Could someone give me an idea of how to do this?  Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hirsch</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-774</link>
		<dc:creator>Scott Hirsch</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:47:58 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-774</guid>
		<description>Elya -

In v7.0, try aviread.  This has straightforward syntax for reading a single frame - you could just embed in a for loop if that's appropriate.

Readers with newer versions should check out mmreader - introduced on Windows in R2007b, Mac in R2008a.

- scott</description>
		<content:encoded><![CDATA[<p>Elya -</p>
<p>In v7.0, try aviread.  This has straightforward syntax for reading a single frame - you could just embed in a for loop if that&#8217;s appropriate.</p>
<p>Readers with newer versions should check out mmreader - introduced on Windows in R2007b, Mac in R2008a.</p>
<p>- scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elya</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-773</link>
		<dc:creator>elya</dc:creator>
		<pubDate>Thu, 28 Aug 2008 02:04:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-773</guid>
		<description>hi,i'm using MATLAB 7.0.

i'm a beginner. I want to read/call video (.avi) file in MATLAB but i couldn't find any function. how to call the video (.avi) in matlab? how to extract the video frame by frame?

thanks</description>
		<content:encoded><![CDATA[<p>hi,i&#8217;m using MATLAB 7.0.</p>
<p>i&#8217;m a beginner. I want to read/call video (.avi) file in MATLAB but i couldn&#8217;t find any function. how to call the video (.avi) in matlab? how to extract the video frame by frame?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Gackowski</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-772</link>
		<dc:creator>Szymon Gackowski</dc:creator>
		<pubDate>Tue, 05 Feb 2008 16:57:53 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-772</guid>
		<description>Thank you Bruce!
That was very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you Bruce!<br />
That was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Tannenbaum</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-771</link>
		<dc:creator>Bruce Tannenbaum</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:10:58 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-771</guid>
		<description>Hi Szymon,

With the Image Acquisition Toolbox, you can acquire images or video into Simulink and/or MATLAB.  For Simulink, you would use the "From Video Device" block.  This supports USB web cameras, as well as a broad range of frame grabbers and scientific digital cameras.  For more information on the supported hardware, look here: http://www.mathworks.com/products/imaq/supportedio.html

- Bruce</description>
		<content:encoded><![CDATA[<p>Hi Szymon,</p>
<p>With the Image Acquisition Toolbox, you can acquire images or video into Simulink and/or MATLAB.  For Simulink, you would use the &#8220;From Video Device&#8221; block.  This supports USB web cameras, as well as a broad range of frame grabbers and scientific digital cameras.  For more information on the supported hardware, look here: <a href="http://www.mathworks.com/products/imaq/supportedio.html" rel="nofollow">http://www.mathworks.com/products/imaq/supportedio.html</a></p>
<p>- Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Szymon Gackowski</title>
		<link>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-770</link>
		<dc:creator>Szymon Gackowski</dc:creator>
		<pubDate>Sun, 03 Feb 2008 12:36:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/01/18/cool-feature-video-processing-demos/#comment-770</guid>
		<description>ok, that is really cool. But is there any possibility to do this in real time using data aquisition? how to aquire data from usb web cam?
best regards!
Simon</description>
		<content:encoded><![CDATA[<p>ok, that is really cool. But is there any possibility to do this in real time using data aquisition? how to aquire data from usb web cam?<br />
best regards!<br />
Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
