<?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: The Story Behind the MATLAB Default Image</title>
	<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at &#60;a href="http://www.mathworks.com/"&#62;The MathWorks&#60;/a&#62; and coauthored &#60;a href="http://www.mathworks.com/support/books/book5291.html?category=-1&#38;language=-1"&#62;Digital Image Processing Using MATLAB&#60;/a&#62;. He writes here about image processing concepts, algorithm implementations, and MATLAB.&#60;br&#62;&#60;br&#62;&#60;img&#62;</description>
	<pubDate>Sun, 08 Nov 2009 03:56:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-22192</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:17:33 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-22192</guid>
		<description>Opcs&#8212;Possibly you mean the image peppers.png?  Try this:

&lt;pre&gt;
&gt;&gt; which peppers.png
C:\Program Files\MATLAB\R2009b\toolbox\images\imdemos\peppers.png
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Opcs&mdash;Possibly you mean the image peppers.png?  Try this:</p>
<pre>
>> which peppers.png
C:\Program Files\MATLAB\R2009b\toolbox\images\imdemos\peppers.png
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: opcs</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-22188</link>
		<dc:creator>opcs</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:22:13 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-22188</guid>
		<description>when i execute the codes in matlab
x=imread('pepper.tif'), it takes image from some directory and can display it using show command.

can u lightup, from which directory the image belongs to, i think it is bydefault images that is inbuilt in matlab, but where it has been stored ?</description>
		<content:encoded><![CDATA[<p>when i execute the codes in matlab<br />
x=imread(&#8217;pepper.tif&#8217;), it takes image from some directory and can display it using show command.</p>
<p>can u lightup, from which directory the image belongs to, i think it is bydefault images that is inbuilt in matlab, but where it has been stored ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6722</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 22 May 2007 13:13:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6722</guid>
		<description>Farhad - Sorry ... I don't know the story about that.</description>
		<content:encoded><![CDATA[<p>Farhad - Sorry &#8230; I don&#8217;t know the story about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farhad Aslani</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6721</link>
		<dc:creator>Farhad Aslani</dc:creator>
		<pubDate>Tue, 22 May 2007 11:59:29 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6721</guid>
		<description>Hi Steve!

It was very interesting. Thank you for all that. 
But I beleive that the story is not complete yet ;)
If you use simulink, you can "mask subsysteme", with
image, and the default image you get there is complete different.
I hope there is an interesting story about that as well??

Farhad</description>
		<content:encoded><![CDATA[<p>Hi Steve!</p>
<p>It was very interesting. Thank you for all that.<br />
But I beleive that the story is not complete yet ;)<br />
If you use simulink, you can &#8220;mask subsysteme&#8221;, with<br />
image, and the default image you get there is complete different.<br />
I hope there is an interesting story about that as well??</p>
<p>Farhad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6528</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 16 Feb 2007 13:04:52 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6528</guid>
		<description>Rob - Beyond skimming the occasional paper on the topic, I've never really looked seriously at steganography methods.  There are a couple of submissions on the MATLAB Central File Exchange that you might want to look at.

I don't know of a graphic file format that would hold everything.  A few, like TIFF, can store 32-bit ints or floats, but that wouldn't do it.</description>
		<content:encoded><![CDATA[<p>Rob - Beyond skimming the occasional paper on the topic, I&#8217;ve never really looked seriously at steganography methods.  There are a couple of submissions on the MATLAB Central File Exchange that you might want to look at.</p>
<p>I don&#8217;t know of a graphic file format that would hold everything.  A few, like TIFF, can store 32-bit ints or floats, but that wouldn&#8217;t do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6502</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 09 Feb 2007 02:52:01 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-6502</guid>
		<description>Steve,

Great stuff!

I'm glad you won - among other things, embedding all the layered info into the default image is a great instructional example. It also leads to thoughts of steganography...  Is that in your area of interest?

Question: is there a graphic file format that would preserve the bit-depth that you used in the Matlab default image?  I can't think of anything off the bat since they all seem to use integers.

-Rob</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Great stuff!</p>
<p>I&#8217;m glad you won - among other things, embedding all the layered info into the default image is a great instructional example. It also leads to thoughts of steganography&#8230;  Is that in your area of interest?</p>
<p>Question: is there a graphic file format that would preserve the bit-depth that you used in the Matlab default image?  I can&#8217;t think of anything off the bat since they all seem to use integers.</p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Spada</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5575</link>
		<dc:creator>Rick Spada</dc:creator>
		<pubDate>Fri, 27 Oct 2006 01:02:10 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5575</guid>
		<description>For what it's worth, the other person that Steve bid against was me, and my dog's name was Pepper.  Fortunately, I had my wife next to me during the bidding, and had I won, there would have been a lot less explaining to do :-)

-- Rick Spada</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, the other person that Steve bid against was me, and my dog&#8217;s name was Pepper.  Fortunately, I had my wife next to me during the bidding, and had I won, there would have been a lot less explaining to do :-)</p>
<p>&#8211; Rick Spada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5476</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 23 Oct 2006 14:50:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5476</guid>
		<description>Kathirvel - watch for a post about this question later this week.</description>
		<content:encoded><![CDATA[<p>Kathirvel - watch for a post about this question later this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5471</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 22 Oct 2006 23:34:35 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5471</guid>
		<description>Wes - the only thing I know about the cameraman image is that it is owned by MIT.  We have permission from them to use it in examples and demos for our products.</description>
		<content:encoded><![CDATA[<p>Wes - the only thing I know about the cameraman image is that it is owned by MIT.  We have permission from them to use it in examples and demos for our products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5470</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Sun, 22 Oct 2006 23:19:29 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/#comment-5470</guid>
		<description>Interesting. I'd always wondered what the story was with that ghostly image that I've seen from time to time when I passed image some bad parameters.

I'm also curious: what is the history of the cameraman image? Quick web searches don't seem to turn up anything both relevant and informative.</description>
		<content:encoded><![CDATA[<p>Interesting. I&#8217;d always wondered what the story was with that ghostly image that I&#8217;ve seen from time to time when I passed image some bad parameters.</p>
<p>I&#8217;m also curious: what is the history of the cameraman image? Quick web searches don&#8217;t seem to turn up anything both relevant and informative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
