<?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: GrowCut Segmentation In Matlab</title>
	<atom:link href="http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/</link>
	<description>computer vision, science, business, and life</description>
	<lastBuildDate>Sun, 14 Mar 2010 10:53:07 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1269</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1269</guid>
		<description>@Ray Right-on. Thanks for answering some of these other questions, too!</description>
		<content:encoded><![CDATA[<p>@Ray Right-on. Thanks for answering some of these other questions, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Phan</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1264</link>
		<dc:creator>Ray Phan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1264</guid>
		<description>Hi Shawn,

Never mind about that previous post... I just didn&#039;t bother to crunch in the number myself.  Your 441 figure is in fact sqrt(3*255^2)... thanks!

@Jhon, the 441.673 figure is the greatest possible L2 norm between the darkest and brightest colours... in this case, it&#039;s black and white, so sqrt((255-0)^2 + (255-0^2 + (255-0)^2) = sqrt(3*(255^2)) = 441.673.

Hope this helps,
- Ray.</description>
		<content:encoded><![CDATA[<p>Hi Shawn,</p>
<p>Never mind about that previous post&#8230; I just didn&#8217;t bother to crunch in the number myself.  Your 441 figure is in fact sqrt(3*255^2)&#8230; thanks!</p>
<p>@Jhon, the 441.673 figure is the greatest possible L2 norm between the darkest and brightest colours&#8230; in this case, it&#8217;s black and white, so sqrt((255-0)^2 + (255-0^2 + (255-0)^2) = sqrt(3*(255^2)) = 441.673.</p>
<p>Hope this helps,<br />
- Ray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Phan</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1263</link>
		<dc:creator>Ray Phan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1263</guid>
		<description>Hi Shawn,

Just a quick comment regarding maxC... if it is indeed the maximum value of the cost function, if you&#039;re using the L2-norm in RGB space, shouldn&#039;t the max be sqrt(3*(255^2))?  I&#039;m not sure where you got the 441 figure from... as 256^2 is 65536, unless you considered a perceptually uniform colour space, but judging from your code, it is RGB data.

In any case, that was just my two cents.  Your code is actually quite good, and I actually stumbled upon this posting by accident.  I was looking for something else all together, and found this GrowCut entry you made.  I&#039;m considering using it for another application I&#039;m developing.

Thanks,
- Ray.</description>
		<content:encoded><![CDATA[<p>Hi Shawn,</p>
<p>Just a quick comment regarding maxC&#8230; if it is indeed the maximum value of the cost function, if you&#8217;re using the L2-norm in RGB space, shouldn&#8217;t the max be sqrt(3*(255^2))?  I&#8217;m not sure where you got the 441 figure from&#8230; as 256^2 is 65536, unless you considered a perceptually uniform colour space, but judging from your code, it is RGB data.</p>
<p>In any case, that was just my two cents.  Your code is actually quite good, and I actually stumbled upon this posting by accident.  I was looking for something else all together, and found this GrowCut entry you made.  I&#8217;m considering using it for another application I&#8217;m developing.</p>
<p>Thanks,<br />
- Ray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1245</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1245</guid>
		<description>I will learn it .</description>
		<content:encoded><![CDATA[<p>I will learn it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1228</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Fri, 18 Dec 2009 13:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1228</guid>
		<description>@Jhon maxC is (256)^2 which is the maximum value of the cost function.  To get the coordinate of the seeds, you simply search the &quot;seed image.&quot;</description>
		<content:encoded><![CDATA[<p>@Jhon maxC is (256)^2 which is the maximum value of the cost function.  To get the coordinate of the seeds, you simply search the &#8220;seed image.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhon</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1226</link>
		<dc:creator>Jhon</dc:creator>
		<pubDate>Wed, 16 Dec 2009 20:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1226</guid>
		<description>Dear sir,
From where do you get maxC? How do you know the coordinate of the seeds?</description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
From where do you get maxC? How do you know the coordinate of the seeds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1159</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1159</guid>
		<description>@tariq With grow-cut you must be careful with your initializations.  If at first your segmentation is incorrect, try adding some additional initialization points both inside and outside your object.  As shown in the post, the &#039;inside&#039; initialization points should have a value of 1 and the &#039;outside&#039; initialization points should have a value of 0.</description>
		<content:encoded><![CDATA[<p>@tariq With grow-cut you must be careful with your initializations.  If at first your segmentation is incorrect, try adding some additional initialization points both inside and outside your object.  As shown in the post, the &#8216;inside&#8217; initialization points should have a value of 1 and the &#8216;outside&#8217; initialization points should have a value of 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tariq</title>
		<link>http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/comment-page-1/#comment-1150</link>
		<dc:creator>tariq</dc:creator>
		<pubDate>Thu, 05 Nov 2009 07:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/growcut-segmentation-in-matlab/#comment-1150</guid>
		<description>sir,
i have a question about growcut segmentation that you use lotus image for segmntation,find result 
but we use that algotrithm in another image m,we will not get proper result,
sir any program setting for that we run on different image
plz send reply as early as possibl</description>
		<content:encoded><![CDATA[<p>sir,<br />
i have a question about growcut segmentation that you use lotus image for segmntation,find result<br />
but we use that algotrithm in another image m,we will not get proper result,<br />
sir any program setting for that we run on different image<br />
plz send reply as early as possibl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
