<?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: Window-level and CLim</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/</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>Fri, 10 Feb 2012 18:55:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jonas</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-23966</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 17 Feb 2011 15:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-23966</guid>
		<description>Ok, thank you for your quick reply, I&#039;ll try the newsgroups. /Jonas</description>
		<content:encoded><![CDATA[<p>Ok, thank you for your quick reply, I&#8217;ll try the newsgroups. /Jonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-23964</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 17 Feb 2011 12:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-23964</guid>
		<description>Jonas&#8212;windowlevel is a private function that is not directly callable. I don&#039;t generally get into GUI programming in this blog because it is neither my area of expertise nor my main interest. You might try posting your question to the &lt;a href=&quot;http://www.mathworks.com/matlabcentral/newsreader/&quot; rel=&quot;nofollow&quot;&gt;MATLAB newsgroup&lt;/a&gt; or to &lt;a href=&quot;http://www.mathworks.com/matlabcentral/answers/&quot; rel=&quot;nofollow&quot;&gt;MATLAB Answers&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Jonas&mdash;windowlevel is a private function that is not directly callable. I don&#8217;t generally get into GUI programming in this blog because it is neither my area of expertise nor my main interest. You might try posting your question to the <a href="http://www.mathworks.com/matlabcentral/newsreader/" rel="nofollow">MATLAB newsgroup</a> or to <a href="http://www.mathworks.com/matlabcentral/answers/" rel="nofollow">MATLAB Answers</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-23962</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 17 Feb 2011 10:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-23962</guid>
		<description>Steve,
In Imtool there is a button for adjustment of the window/level directly through click-and-drag on the image, without opening the &quot;ImContrast&quot; GUI. I think I located this functionality to the &quot;windowlevel.m&quot; file. I like this feature and want to use it in a GUI of my own. Is there a simple way to do this? I tried but couldn&#039;t really figure out what input handles the windowlevel function expects. I tried to just use the handle of the axes containing my image, but that didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Steve,<br />
In Imtool there is a button for adjustment of the window/level directly through click-and-drag on the image, without opening the &#8220;ImContrast&#8221; GUI. I think I located this functionality to the &#8220;windowlevel.m&#8221; file. I like this feature and want to use it in a GUI of my own. Is there a simple way to do this? I tried but couldn&#8217;t really figure out what input handles the windowlevel function expects. I tried to just use the handle of the axes containing my image, but that didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-23256</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-23256</guid>
		<description>Shaili&#8212;I have no idea what you mean by saying your image is now only one number.</description>
		<content:encoded><![CDATA[<p>Shaili&mdash;I have no idea what you mean by saying your image is now only one number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaili</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-23255</link>
		<dc:creator>Shaili</dc:creator>
		<pubDate>Thu, 08 Jul 2010 13:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-23255</guid>
		<description>I&#039;m using the imtool function for adjusting contrast in an image after a fast Fourier transform. After adjusting the contrast using imtool, I still need to use data from the image for further analysis. However, the 256X256 image I had prior to using imtool, is now only one number and no further processing can be done. Is there a way I can get the image data? I tried exporting the data back to the workspace, but am not sure how to update the rest of the code so that it uses the new contrasted image</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the imtool function for adjusting contrast in an image after a fast Fourier transform. After adjusting the contrast using imtool, I still need to use data from the image for further analysis. However, the 256X256 image I had prior to using imtool, is now only one number and no further processing can be done. Is there a way I can get the image data? I tried exporting the data back to the workspace, but am not sure how to update the rest of the code so that it uses the new contrasted image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-6546</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 28 Feb 2007 14:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-6546</guid>
		<description>Ali - I&#039;m sorry, but I don&#039;t understand your question.  Can you be a lot more specific about what you want to do?  What are your inputs, and what output do you want?</description>
		<content:encoded><![CDATA[<p>Ali &#8211; I&#8217;m sorry, but I don&#8217;t understand your question.  Can you be a lot more specific about what you want to do?  What are your inputs, and what output do you want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-6545</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Wed, 28 Feb 2007 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-6545</guid>
		<description>I want to form a cube consisted of pixels and place this to a coordinate frame. if you help me ı will be very glad</description>
		<content:encoded><![CDATA[<p>I want to form a cube consisted of pixels and place this to a coordinate frame. if you help me ı will be very glad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gary</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-6486</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Sat, 27 Jan 2007 06:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-6486</guid>
		<description>it&#039;s helpful to me.thank u!</description>
		<content:encoded><![CDATA[<p>it&#8217;s helpful to me.thank u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-160</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 23 May 2006 13:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-160</guid>
		<description>Greg - I fixed the link.</description>
		<content:encoded><![CDATA[<p>Greg &#8211; I fixed the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Johnson</title>
		<link>http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors-window-level/#comment-159</link>
		<dc:creator>Greg Johnson</dc:creator>
		<pubDate>Tue, 23 May 2006 11:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=39#comment-159</guid>
		<description>The link on this page doesn&#039;t work! (to the IPT user guide)</description>
		<content:encoded><![CDATA[<p>The link on this page doesn&#8217;t work! (to the IPT user guide)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

