<?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: Gray scale pixel values in labeled regions</title>
	<atom:link href="http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/</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/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23836</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 10 Jan 2011 13:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23836</guid>
		<description>Sara&#8212;I don&#039;t understand your question. Can you clarify?</description>
		<content:encoded><![CDATA[<p>Sara&mdash;I don&#8217;t understand your question. Can you clarify?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sara</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23832</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Sat, 08 Jan 2011 00:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23832</guid>
		<description>hi steve,the example shows on how to get the maximun pixel.can you help me on how to get the value for all pixels?i really need your help, tq vr much</description>
		<content:encoded><![CDATA[<p>hi steve,the example shows on how to get the maximun pixel.can you help me on how to get the value for all pixels?i really need your help, tq vr much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mogh</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23388</link>
		<dc:creator>mogh</dc:creator>
		<pubDate>Fri, 20 Aug 2010 20:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-23388</guid>
		<description>hello sir
can you help me,what i shoud do if the background of the original image (i.e. &#039;coins.png&#039;)was complex instead of uniform one?
thanks</description>
		<content:encoded><![CDATA[<p>hello sir<br />
can you help me,what i shoud do if the background of the original image (i.e. &#8216;coins.png&#8217;)was complex instead of uniform one?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22398</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 04 Dec 2009 18:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22398</guid>
		<description>Manju@mdash;I suppose it depends on how you define &quot;distance from center point to boundary.&quot;  Center point can be identified by &lt;tt&gt;regionprops&lt;/tt&gt;.  The boundary locations of a region can be identified using &lt;tt&gt;bwperim&lt;/tt&gt;, &lt;tt&gt;find&lt;/tt&gt;, and the &lt;tt&gt;&#039;Image&#039;&lt;/tt&gt; property returned by &lt;tt&gt;regionprops&lt;/tt&gt;.  Then you can use a function such as &lt;tt&gt;hypot&lt;/tt&gt; to compute the distances between the center and each boundary location.</description>
		<content:encoded><![CDATA[<p>Manju@mdash;I suppose it depends on how you define &#8220;distance from center point to boundary.&#8221;  Center point can be identified by <tt>regionprops</tt>.  The boundary locations of a region can be identified using <tt>bwperim</tt>, <tt>find</tt>, and the <tt>'Image'</tt> property returned by <tt>regionprops</tt>.  Then you can use a function such as <tt>hypot</tt> to compute the distances between the center and each boundary location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manju</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22356</link>
		<dc:creator>Manju</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22356</guid>
		<description>well if we have a few ovals within each other like in a cell how do we measure the distance from the center point to the boundary of each region?How do we calculate individual regions?
Thanks</description>
		<content:encoded><![CDATA[<p>well if we have a few ovals within each other like in a cell how do we measure the distance from the center point to the boundary of each region?How do we calculate individual regions?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22355</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 16 Nov 2009 12:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22355</guid>
		<description>Manju&#8212;What do you mean?  How is each region defined?</description>
		<content:encoded><![CDATA[<p>Manju&mdash;What do you mean?  How is each region defined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manju</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22352</link>
		<dc:creator>Manju</dc:creator>
		<pubDate>Mon, 16 Nov 2009 03:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22352</guid>
		<description>if we have 2-3 regions within each other how do we measure the regions of each one?</description>
		<content:encoded><![CDATA[<p>if we have 2-3 regions within each other how do we measure the regions of each one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22190</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22190</guid>
		<description>Opcs&#8212;Here&#039;s basic assignment:

&lt;pre&gt;
% Replace element in row 5, col 6 with value 10
A(5, 6) = 10;
&lt;/pre&gt;

You might also want to look at my posts on &lt;a href=&quot;http://blogs.mathworks.com/steve/2008/01/28/logical-indexing/&quot; rel=&quot;nofollow&quot;&gt;logical&lt;/a&gt; and &lt;a href=&quot;http://blogs.mathworks.com/steve/2008/02/08/linear-indexing/&quot; rel=&quot;nofollow&quot;&gt;linear indexing&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Opcs&mdash;Here&#8217;s basic assignment:</p>
<pre>
% Replace element in row 5, col 6 with value 10
A(5, 6) = 10;
</pre>
<p>You might also want to look at my posts on <a href="http://blogs.mathworks.com/steve/2008/01/28/logical-indexing/" rel="nofollow">logical</a> and <a href="http://blogs.mathworks.com/steve/2008/02/08/linear-indexing/" rel="nofollow">linear indexing</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opcs</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22184</link>
		<dc:creator>opcs</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22184</guid>
		<description>sir,i have an image and want to perform some operations on selective pixels of the image, means to transform an image into different image.

how to apply that function on that pixels, leaving remaining pixels unaffected in the resulted image ?

I&#039;m in new in matlab and have no more time to complete the assignment so please help me out

thanx...</description>
		<content:encoded><![CDATA[<p>sir,i have an image and want to perform some operations on selective pixels of the image, means to transform an image into different image.</p>
<p>how to apply that function on that pixels, leaving remaining pixels unaffected in the resulted image ?</p>
<p>I&#8217;m in new in matlab and have no more time to complete the assignment so please help me out</p>
<p>thanx&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22069</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/08/21/gray-scale-pixel-values-in-labeled-regions/#comment-22069</guid>
		<description>Varun&#8212;The convention followed by the Image Processing Toolbox is that gray-scale images represented as floating-point arrays have the range [0, 1], not [0, 255]. I recommend that you take a look at the intro sections in the Image Processing Toolbox users guide that describes the interactions between image type and data type conventions.  Note also that the default display range can be overridden when you call &lt;tt&gt;imshow&lt;/tt&gt; using this syntax:

&lt;pre&gt;
imshow(A, [0 255])
&lt;/pre&gt;

Take a look at the documentation for &lt;tt&gt;imshow&lt;/tt&gt; for more details.</description>
		<content:encoded><![CDATA[<p>Varun&mdash;The convention followed by the Image Processing Toolbox is that gray-scale images represented as floating-point arrays have the range [0, 1], not [0, 255]. I recommend that you take a look at the intro sections in the Image Processing Toolbox users guide that describes the interactions between image type and data type conventions.  Note also that the default display range can be overridden when you call <tt>imshow</tt> using this syntax:</p>
<pre>
imshow(A, [0 255])
</pre>
<p>Take a look at the documentation for <tt>imshow</tt> for more details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

