<?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: False-color visualization of binary image object sets</title>
	<link>http://blogs.mathworks.com/steve/2008/06/25/false-color-vis/</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:46:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/06/25/false-color-vis/#comment-20884</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 17 Jul 2008 13:06:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/06/25/false-color-vis/#comment-20884</guid>
		<description>Ted&#8212;Thanks.</description>
		<content:encoded><![CDATA[<p>Ted&mdash;Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://blogs.mathworks.com/steve/2008/06/25/false-color-vis/#comment-20883</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 16 Jul 2008 22:10:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/06/25/false-color-vis/#comment-20883</guid>
		<description>Much simpler:
1. Append 1 pixel white border to original image
2. Flood fill starting from upper left hand white pixel (0,0) with purple.  The 1 pixel border added guarantees that all rice grains touching the edge get filled with purple.
3. Replace white with aquamarine
4. Remove 1 pixel from each of the 4 sides

Longer alternative series of steps given I is input image
1. A = I with edge touching elements removed
2. B = I minus A
3. C = A with white replaced with green
4. D = B with white replaced with purple
5. RESULT = C + D</description>
		<content:encoded><![CDATA[<p>Much simpler:<br />
1. Append 1 pixel white border to original image<br />
2. Flood fill starting from upper left hand white pixel (0,0) with purple.  The 1 pixel border added guarantees that all rice grains touching the edge get filled with purple.<br />
3. Replace white with aquamarine<br />
4. Remove 1 pixel from each of the 4 sides</p>
<p>Longer alternative series of steps given I is input image<br />
1. A = I with edge touching elements removed<br />
2. B = I minus A<br />
3. C = A with white replaced with green<br />
4. D = B with white replaced with purple<br />
5. RESULT = C + D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
