<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: All about pixel colors: Grayscale and binary images</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.</description>
	<lastBuildDate>Sat, 11 Feb 2012 18:27:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22776</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22776</guid>
		<description>Shahnawaz&#8212;I did not think your question was relevant to the topic of this post.  This blog is not a general help forum; comments should be relevant to the posts.</description>
		<content:encoded><![CDATA[<p>Shahnawaz&mdash;I did not think your question was relevant to the topic of this post.  This blog is not a general help forum; comments should be relevant to the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahnawaz</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22775</link>
		<dc:creator>shahnawaz</dc:creator>
		<pubDate>Mon, 01 Mar 2010 13:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22775</guid>
		<description>Hi steve I posted a question about finding distances between binary objects. I thought it would be relevent as aspects of binarisation are being discussed here using Matlab ??</description>
		<content:encoded><![CDATA[<p>Hi steve I posted a question about finding distances between binary objects. I thought it would be relevent as aspects of binarisation are being discussed here using Matlab ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaly</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22744</link>
		<dc:creator>Kaly</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22744</guid>
		<description>thanks a lot Steve.</description>
		<content:encoded><![CDATA[<p>thanks a lot Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22741</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22741</guid>
		<description>Kaly&#8212;Pick which pixels you want to display.  For example, display the upper-left 10-by-10 block:

&lt;pre class=&quot;code&quot;&gt;
  bw(1:10, 1:10)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Kaly&mdash;Pick which pixels you want to display.  For example, display the upper-left 10-by-10 block:</p>
<pre class="code">
  bw(1:10, 1:10)
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaly</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22738</link>
		<dc:creator>Kaly</dc:creator>
		<pubDate>Mon, 22 Feb 2010 07:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22738</guid>
		<description>Hi Steve,

       i have a binary image. how to display it in the 10 by 10 matrix form?
       i tried by giving simply a variable name but there are so many no. of rows &amp; columns displayed.
       please help me.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>       i have a binary image. how to display it in the 10 by 10 matrix form?<br />
       i tried by giving simply a variable name but there are so many no. of rows &amp; columns displayed.<br />
       please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22710</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22710</guid>
		<description>Ali&#8212;Try using the function &lt;tt&gt;grayslice&lt;/tt&gt; with the second syntax.</description>
		<content:encoded><![CDATA[<p>Ali&mdash;Try using the function <tt>grayslice</tt> with the second syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22705</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22705</guid>
		<description>Dear Steve,

I have got a gray scale image (MRI image) that has values between 0 and 1, I am interested in displaying the pixels in different colors such as

pixels with values 0-0.3 in yellow
pixels with values 3.1-5 in blue
 .... etc
Many thanks
Ali</description>
		<content:encoded><![CDATA[<p>Dear Steve,</p>
<p>I have got a gray scale image (MRI image) that has values between 0 and 1, I am interested in displaying the pixels in different colors such as</p>
<p>pixels with values 0-0.3 in yellow<br />
pixels with values 3.1-5 in blue<br />
 &#8230;. etc<br />
Many thanks<br />
Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kavitha</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22699</link>
		<dc:creator>kavitha</dc:creator>
		<pubDate>Sun, 14 Feb 2010 05:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22699</guid>
		<description>Thank u very much steve. The code u sent worked .</description>
		<content:encoded><![CDATA[<p>Thank u very much steve. The code u sent worked .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22692</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22692</guid>
		<description>Sundar&#8212;I don&#039;t recall seeing this comment submitted before, but it is certainly off-topic for this post. In any case, I don&#039;t have time right now to provide individual consulting on image segmentation problems.  You might consider posting your query to the &lt;a href=&quot;http://www.mathworks.com/matlabcentral/newsreader/&quot; rel=&quot;nofollow&quot;&gt;MATLAB newsgroup&lt;/a&gt;; there are some knowledgeable people there who often chime in on image processing questions.  You might consider providing your sample images in a more common format that&#039;s easily displayable in a browser, such as JPEG or PNG. Many people will not be able to diosplay your .eps files.</description>
		<content:encoded><![CDATA[<p>Sundar&mdash;I don&#8217;t recall seeing this comment submitted before, but it is certainly off-topic for this post. In any case, I don&#8217;t have time right now to provide individual consulting on image segmentation problems.  You might consider posting your query to the <a href="http://www.mathworks.com/matlabcentral/newsreader/" rel="nofollow">MATLAB newsgroup</a>; there are some knowledgeable people there who often chime in on image processing questions.  You might consider providing your sample images in a more common format that&#8217;s easily displayable in a browser, such as JPEG or PNG. Many people will not be able to diosplay your .eps files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundar</title>
		<link>http://blogs.mathworks.com/steve/2006/04/05/all-about-pixel-colors-grayscale-and-binary-images/#comment-22691</link>
		<dc:creator>sundar</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=42#comment-22691</guid>
		<description>Sorry I used the wrong word in the following line in my previous post
% It already looks like it has segmented well but I would like to further use watershed to &quot;segment (and not remove)&quot; protein accumulations</description>
		<content:encoded><![CDATA[<p>Sorry I used the wrong word in the following line in my previous post<br />
% It already looks like it has segmented well but I would like to further use watershed to &#8220;segment (and not remove)&#8221; protein accumulations</p>
]]></content:encoded>
	</item>
</channel>
</rss>

