<?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: Image transformations using Qt and C++</title>
	<atom:link href="http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/</link>
	<description>Whatever happens, SPARTAN&#039;S code must stand ... Or at least crash responsibly.</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Milot Shala</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-45</link>
		<dc:creator>Milot Shala</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-45</guid>
		<description>&lt;a href=&quot;#comment-78&quot; rel=&quot;nofollow&quot;&gt;@Ariya&lt;/a&gt;

Hello Ariya,

Thank you for visiting my blog. I&#039;ve seen the function on the documentation already, but it was worth trying to do it my own in order that I can learn new things and for example to see how mirrored() function works just for education purposes, every time I learn new things and make something of my own I post it here but it doesn&#039;t mean that I will use my own implementations on production, but thanks and credits goes to you guys for the great framework!</description>
		<content:encoded><![CDATA[<p><a href="#comment-78" rel="nofollow">@Ariya</a></p>
<p>Hello Ariya,</p>
<p>Thank you for visiting my blog. I&#8217;ve seen the function on the documentation already, but it was worth trying to do it my own in order that I can learn new things and for example to see how mirrored() function works just for education purposes, every time I learn new things and make something of my own I post it here but it doesn&#8217;t mean that I will use my own implementations on production, but thanks and credits goes to you guys for the great framework!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariya</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-46</link>
		<dc:creator>Ariya</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-46</guid>
		<description>FYI QImage has mirrored() function which does the mirroring already.</description>
		<content:encoded><![CDATA[<p>FYI QImage has mirrored() function which does the mirroring already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flakron</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-44</link>
		<dc:creator>Flakron</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-44</guid>
		<description>Seeing this, I might make C++ and QT Framework my main developing platform.
Great Post!!!</description>
		<content:encoded><![CDATA[<p>Seeing this, I might make C++ and QT Framework my main developing platform.<br />
Great Post!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milot Shala</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-43</link>
		<dc:creator>Milot Shala</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-43</guid>
		<description>&lt;a href=&quot;#comment-36&quot; rel=&quot;nofollow&quot;&gt;@Visar&lt;/a&gt;

LOL, when I finish my exams I will have more time to do that, but exploring Qt and seeing it as very powerful C++ framework I want to experiment with it in various fields just to know the framework better. As for fast image manipulation I don&#039;t know and I don&#039;t have time now to compare them, but I will send you an email with Windows build of that application and you can test it, because application allows you to select any image.</description>
		<content:encoded><![CDATA[<p><a href="#comment-36" rel="nofollow">@Visar</a></p>
<p>LOL, when I finish my exams I will have more time to do that, but exploring Qt and seeing it as very powerful C++ framework I want to experiment with it in various fields just to know the framework better. As for fast image manipulation I don&#8217;t know and I don&#8217;t have time now to compare them, but I will send you an email with Windows build of that application and you can test it, because application allows you to select any image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visar</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-42</link>
		<dc:creator>Visar</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-42</guid>
		<description>Hi Milot,


I&#039;ve been working recently with image manipulation (in C#) and my first approach was similar to the one you use here. I was trying to apply some computer vision algorithms, and this approach (pixel by pixel) is extremely slow.

What helped me a lot was the OpenCV (Open Computer Vision) C++ library developed by Intel, which is optimized for work with their processors.

http://sourceforge.net/projects/opencvlibrary/

All the image processing is done in lower level, thus you will result with great performance. It also supports bit more than 500 advanced algorithms starting from basic image processing to very advanced machine learning tasks.

Knowing you, I believe soon there will be a new blog post about OpenCV :)</description>
		<content:encoded><![CDATA[<p>Hi Milot,</p>
<p>I&#8217;ve been working recently with image manipulation (in C#) and my first approach was similar to the one you use here. I was trying to apply some computer vision algorithms, and this approach (pixel by pixel) is extremely slow.</p>
<p>What helped me a lot was the OpenCV (Open Computer Vision) C++ library developed by Intel, which is optimized for work with their processors.</p>
<p><a href="http://sourceforge.net/projects/opencvlibrary/" rel="nofollow">http://sourceforge.net/projects/opencvlibrary/</a></p>
<p>All the image processing is done in lower level, thus you will result with great performance. It also supports bit more than 500 advanced algorithms starting from basic image processing to very advanced machine learning tasks.</p>
<p>Knowing you, I believe soon there will be a new blog post about OpenCV <img src='http://phalanx.spartansoft.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milot Shala</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-41</link>
		<dc:creator>Milot Shala</dc:creator>
		<pubDate>Fri, 23 Jan 2009 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-41</guid>
		<description>&lt;a href=&quot;#comment-33&quot; rel=&quot;nofollow&quot;&gt;@Kushtrim&lt;/a&gt;

Well it&#039;s not that advanced! It&#039;s very simple if you are in the field. I used your photo because it has a special meaning for me.</description>
		<content:encoded><![CDATA[<p><a href="#comment-33" rel="nofollow">@Kushtrim</a></p>
<p>Well it&#8217;s not that advanced! It&#8217;s very simple if you are in the field. I used your photo because it has a special meaning for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kushtrim</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-40</link>
		<dc:creator>Kushtrim</dc:creator>
		<pubDate>Fri, 23 Jan 2009 10:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-40</guid>
		<description>For me this is too advanced hahah
I like your blog and especially for the fact that you used my photo to show your work.

Well done</description>
		<content:encoded><![CDATA[<p>For me this is too advanced hahah<br />
I like your blog and especially for the fact that you used my photo to show your work.</p>
<p>Well done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admirim</title>
		<link>http://phalanx.spartansoft.org/2009/01/21/image-transformations-using-qt-and-c/comment-page-1/#comment-39</link>
		<dc:creator>Admirim</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://codespartan.org/blog/?p=166#comment-39</guid>
		<description>Nice blog, I like the template</description>
		<content:encoded><![CDATA[<p>Nice blog, I like the template</p>
]]></content:encoded>
	</item>
</channel>
</rss>

