<?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: Technique for Visual Image Comparison</title>
	<atom:link href="http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/</link>
	<description>Loren Shure works on design of the MATLAB language at MathWorks. She writes here about once a week on MATLAB programming and related topics.</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ömer KAYA</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-31579</link>
		<dc:creator>Ömer KAYA</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-31579</guid>
		<description>Hello all;

thanks for the information about subtraction;

I have a duty to complete if i want to detect to filtered images in different program with the same filter and want to detect the differences do i must go with the same extracting method or can i go with something else. 

Becouse if i go with the subtraction there can be minus signs of the process what shall i do with them? or can i do something with them like in code classification (if A(0;0) &gt; 0 then ...) 

Thanks all..

Regards</description>
		<content:encoded><![CDATA[<p>Hello all;</p>
<p>thanks for the information about subtraction;</p>
<p>I have a duty to complete if i want to detect to filtered images in different program with the same filter and want to detect the differences do i must go with the same extracting method or can i go with something else. </p>
<p>Becouse if i go with the subtraction there can be minus signs of the process what shall i do with them? or can i do something with them like in code classification (if A(0;0) &gt; 0 then &#8230;) </p>
<p>Thanks all..</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-31168</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-31168</guid>
		<description>Dear all
I have a question
If I want to compare two high frequency images, i.e whether they are same or not. Is there any other method other than subtracting the two or taking correlation?

thanks
Imran</description>
		<content:encoded><![CDATA[<p>Dear all<br />
I have a question<br />
If I want to compare two high frequency images, i.e whether they are same or not. Is there any other method other than subtracting the two or taking correlation?</p>
<p>thanks<br />
Imran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Garrity</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30178</link>
		<dc:creator>Mike Garrity</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30178</guid>
		<description>This is called a &quot;matrix wipe&quot;. It can be really effective if you add a slider to let the user control the amount of wipe.   Also, being able to choose different wipes is useful.

http://en.wikipedia.org/wiki/Wipe_(transition)</description>
		<content:encoded><![CDATA[<p>This is called a &#8220;matrix wipe&#8221;. It can be really effective if you add a slider to let the user control the amount of wipe.   Also, being able to choose different wipes is useful.</p>
<p><a href="http://en.wikipedia.org/wiki/Wipe_(transition)" rel="nofollow">http://en.wikipedia.org/wiki/Wipe_(transition)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30177</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30177</guid>
		<description>Oliver-

Nice technique!

--Loren</description>
		<content:encoded><![CDATA[<p>Oliver-</p>
<p>Nice technique!</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Woodford</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30161</link>
		<dc:creator>Oliver Woodford</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30161</guid>
		<description>Here is an example of what I was talking about above:
http://www.robots.ox.ac.uk/~ojw/images/prob_demo.png
One of the benefits of using SC to do this is that it allows a colorbar to be added (with the correct colours and scale).</description>
		<content:encoded><![CDATA[<p>Here is an example of what I was talking about above:<br />
<a href="http://www.robots.ox.ac.uk/~ojw/images/prob_demo.png" rel="nofollow">http://www.robots.ox.ac.uk/~ojw/images/prob_demo.png</a><br />
One of the benefits of using SC to do this is that it allows a colorbar to be added (with the correct colours and scale).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Woodford</title>
		<link>http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30160</link>
		<dc:creator>Oliver Woodford</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/loren/2009/03/31/technique-for-visual-image-comparison/#comment-30160</guid>
		<description>In my work I often have an image and some 1-d metric for each pixel in the image, which I then want to overlay on the image. I do this by making the image greyscale and using the metric to overlay colour, using a colormap like jet. I use my SC function (on the FEX) to do this for me, using the &#039;prob&#039; or &#039;prob_jet&#039; colormaps.</description>
		<content:encoded><![CDATA[<p>In my work I often have an image and some 1-d metric for each pixel in the image, which I then want to overlay on the image. I do this by making the image greyscale and using the metric to overlay colour, using a colormap like jet. I use my SC function (on the FEX) to do this for me, using the &#8216;prob&#8217; or &#8216;prob_jet&#8217; colormaps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

