<?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: Colorization Using Optimization</title>
	<atom:link href="http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/</link>
	<description></description>
	<lastBuildDate>Sun, 28 Jun 2009 23:11:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robot C</title>
		<link>http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/comment-page-1/#comment-3997</link>
		<dc:creator>Robot C</dc:creator>
		<pubDate>Sun, 28 Jun 2009 23:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=6#comment-3997</guid>
		<description>&lt;p&gt;Hi -&lt;/p&gt;

&lt;p&gt;I&#039;ve been trying unsuccessfully for years to run this thing in MATLAB, and using your downloads, I&#039;ve finally gotten it to work.  Thank you!&lt;/p&gt;

&lt;p&gt;Now... how do I process a folder full of sequential images?  I can get it to process one set at a time (A.bmp, Bmarked.bmp Zoutput.bmp) but I have no idea how to make it work on a few hundred sequential images.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi -</p>
<p>I&#8217;ve been trying unsuccessfully for years to run this thing in MATLAB, and using your downloads, I&#8217;ve finally gotten it to work.  Thank you!</p>
<p>Now&#8230; how do I process a folder full of sequential images?  I can get it to process one set at a time (A.bmp, Bmarked.bmp Zoutput.bmp) but I have no idea how to make it work on a few hundred sequential images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryanfb</title>
		<link>http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/comment-page-1/#comment-81</link>
		<dc:creator>ryanfb</dc:creator>
		<pubDate>Fri, 17 Mar 2006 04:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=6#comment-81</guid>
		<description>&lt;p&gt;Now that I have some more bandwidth/storage and the torrent is long dead, here&#039;s a link to the R7SP1 Windows MCR: http://cryptosystem.org/projects/colorize/MCRInstaller.exe&lt;/p&gt;

&lt;p&gt;As for animated GIF&#039;s, I&#039;m not sure. I haven&#039;t looked at the code in almost a year, but it&#039;s quite possible that despite the paper talking about tracking regions across image sequences, that the Matlab code only handles bitmaps. You could try breaking up the GIF&#039;s into bitmaps with something like ImageMagick and seeing how that goes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Now that I have some more bandwidth/storage and the torrent is long dead, here&#8217;s a link to the R7SP1 Windows MCR: <a href="http://cryptosystem.org/projects/colorize/MCRInstaller.exe" rel="nofollow">http://cryptosystem.org/projects/colorize/MCRInstaller.exe</a></p>
<p>As for animated GIF&#8217;s, I&#8217;m not sure. I haven&#8217;t looked at the code in almost a year, but it&#8217;s quite possible that despite the paper talking about tracking regions across image sequences, that the Matlab code only handles bitmaps. You could try breaking up the GIF&#8217;s into bitmaps with something like ImageMagick and seeing how that goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/comment-page-1/#comment-80</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 04 Mar 2006 14:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=6#comment-80</guid>
		<description>&lt;p&gt;Hi! I&#039;ve managed to make the method work for bmp files. When I tried with gif (animated) files I&#039;ve got an error response&lt;/p&gt;

&lt;p&gt;Error in ==&gt; C:\matlabR12\work\getColorExact.m
On line 3  ==&gt; n=size(ntscIm,1); m=size(ntscIm,2);&lt;/p&gt;

&lt;p&gt;??? Error using ==&gt; rgb2ntsc
RGBMAP must have 3 columns.&lt;/p&gt;

&lt;p&gt;Error in ==&gt; C:\matlabR12\work\colorize.m
On line 16  ==&gt; sgI=rgb2ntsc(gI);&lt;/p&gt;

&lt;p&gt;I don&#039;t know what I&#039;m doing wrong.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;ve managed to make the method work for bmp files. When I tried with gif (animated) files I&#8217;ve got an error response</p>
<p>Error in ==&gt; C:\matlabR12\work\getColorExact.m<br />
On line 3  ==&gt; n=size(ntscIm,1); m=size(ntscIm,2);</p>
<p>??? Error using ==&gt; rgb2ntsc<br />
RGBMAP must have 3 columns.</p>
<p>Error in ==&gt; C:\matlabR12\work\colorize.m<br />
On line 16  ==&gt; sgI=rgb2ntsc(gI);</p>
<p>I don&#8217;t know what I&#8217;m doing wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.cryptosystem.org/archives/2005/03/colorization-using-optimization/comment-page-1/#comment-74</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 17 Jan 2006 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=6#comment-74</guid>
		<description>&lt;p&gt;The torrent is down at the moment, I found another MCR but it was for 7.2, returns an error. Looks like I need 7.1, can you reseed the torrent. Or give a link to the file?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The torrent is down at the moment, I found another MCR but it was for 7.2, returns an error. Looks like I need 7.1, can you reseed the torrent. Or give a link to the file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
