<?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: A Lab-based uniform color scale</title>
	<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/</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>Mon, 23 Nov 2009 01:32:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Malcolm</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22160</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:30:21 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22160</guid>
		<description>It's single figure with two filled contour plots placed using subplot. I'll take a look at CLim and see what I can do with that. Thanks for the heads up it's appreciated.

-M</description>
		<content:encoded><![CDATA[<p>It&#8217;s single figure with two filled contour plots placed using subplot. I&#8217;ll take a look at CLim and see what I can do with that. Thanks for the heads up it&#8217;s appreciated.</p>
<p>-M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22157</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 24 Sep 2009 11:36:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22157</guid>
		<description>Malcolm&#8212;I'm not sure exactly how you are displaying the various pieces together (one figure? multiple figures? subplots?), but you might try explicitly setting the CLim property of the axes objects involved.</description>
		<content:encoded><![CDATA[<p>Malcolm&mdash;I&#8217;m not sure exactly how you are displaying the various pieces together (one figure? multiple figures? subplots?), but you might try explicitly setting the CLim property of the axes objects involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22155</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:56:56 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-22155</guid>
		<description>Hi Steve-

Not exactly on topic, but you seem like the man in the know!

I have two contour plots, one with range 0-10 and the other with range 0-5. When applying the colormap it is scaled to fit the data range, but when displaying the images next to each other I want them to share the same scale, so that like colour contours match up. Is there an easy way to achieve this without messing around with the original data for the plots?

Thanks in advance,

-M</description>
		<content:encoded><![CDATA[<p>Hi Steve-</p>
<p>Not exactly on topic, but you seem like the man in the know!</p>
<p>I have two contour plots, one with range 0-10 and the other with range 0-5. When applying the colormap it is scaled to fit the data range, but when displaying the images next to each other I want them to share the same scale, so that like colour contours match up. Is there an easy way to achieve this without messing around with the original data for the plots?</p>
<p>Thanks in advance,</p>
<p>-M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21931</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:40:39 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21931</guid>
		<description>Ernest&#8212;Look at setting the FaceColor property.  The code for setting that is shown on the &lt;a href="http://blogs.mathworks.com/steve/2006/11/24/tetrahedral-interpolation-for-colorspace-conversion/" rel="nofollow"&gt;page you asked about&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Ernest&mdash;Look at setting the FaceColor property.  The code for setting that is shown on the <a href="http://blogs.mathworks.com/steve/2006/11/24/tetrahedral-interpolation-for-colorspace-conversion/" rel="nofollow">page you asked about</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest Miller</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21930</link>
		<dc:creator>Ernest Miller</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:27:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21930</guid>
		<description>Hi Steve,

Understood. However, can you explain how to change the colors?

Thanks,

Ernest</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Understood. However, can you explain how to change the colors?</p>
<p>Thanks,</p>
<p>Ernest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21902</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 21 Jun 2009 23:55:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21902</guid>
		<description>Ernest&#8212;The plots are simply showing faces of a tetrahedra. The colors I chose to display the faces with don't have anything to do "real" colors.</description>
		<content:encoded><![CDATA[<p>Ernest&mdash;The plots are simply showing faces of a tetrahedra. The colors I chose to display the faces with don&#8217;t have anything to do &#8220;real&#8221; colors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest Miller</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21900</link>
		<dc:creator>Ernest Miller</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:02:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21900</guid>
		<description>Hello Steve,

Regarding tetrahedral interpolation for color space conversion (Nov 24, 2006) you explain that the view is hard to see, so you show individual tetrahedra in separate plots.

Can you explain how the individual plots can represent more accurate RGBCMY colors. I changed 'jet' to 'prism' and that was much closer, but I can not tell if the color order is correct nor how to adjust each fill color closer to actual color.

Appreciate your help.

Ernest</description>
		<content:encoded><![CDATA[<p>Hello Steve,</p>
<p>Regarding tetrahedral interpolation for color space conversion (Nov 24, 2006) you explain that the view is hard to see, so you show individual tetrahedra in separate plots.</p>
<p>Can you explain how the individual plots can represent more accurate RGBCMY colors. I changed &#8216;jet&#8217; to &#8216;prism&#8217; and that was much closer, but I can not tell if the color order is correct nor how to adjust each fill color closer to actual color.</p>
<p>Appreciate your help.</p>
<p>Ernest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest Miller</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21879</link>
		<dc:creator>Ernest Miller</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:35:48 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21879</guid>
		<description>Doug,

Thank you for the response. Much appreciated!

Former Kodaker's seem to be good fellows.

Ernest</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Thank you for the response. Much appreciated!</p>
<p>Former Kodaker&#8217;s seem to be good fellows.</p>
<p>Ernest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21805</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 29 May 2009 12:06:14 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21805</guid>
		<description>Doug&#8212;Thanks for jumping in!</description>
		<content:encoded><![CDATA[<p>Doug&mdash;Thanks for jumping in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Schwarz</title>
		<link>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21804</link>
		<dc:creator>Doug Schwarz</dc:creator>
		<pubDate>Thu, 28 May 2009 18:15:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/05/09/a-lab-based-uniform-color-scale/#comment-21804</guid>
		<description>Ernest,

It's easy to compute the volume in Lab space of a set of Lab colors with convhulln. Just pass in the nx3 matrix of Lab coordinates and the volume is the second output argument. However, you have to be careful about what you are comparing. It is not necessarily true that a color that is inside the convex hull is physically realizable with the system that is producing the colors (which is just another way of saying that the gamut is not convex). In that case the volume of the hull is a poor indication of the true gamut. That may be why applications vary -- they are designed for use with different color systems.

Doug (former Kodaker)</description>
		<content:encoded><![CDATA[<p>Ernest,</p>
<p>It&#8217;s easy to compute the volume in Lab space of a set of Lab colors with convhulln. Just pass in the nx3 matrix of Lab coordinates and the volume is the second output argument. However, you have to be careful about what you are comparing. It is not necessarily true that a color that is inside the convex hull is physically realizable with the system that is producing the colors (which is just another way of saying that the gamut is not convex). In that case the volume of the hull is a poor indication of the true gamut. That may be why applications vary &#8212; they are designed for use with different color systems.</p>
<p>Doug (former Kodaker)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
