<?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 Blur Detection via Hough Transform &#8212; IV</title>
	<atom:link href="http://www.kerrywong.com/2009/07/03/image-blur-detection-via-hough-transform-iv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2009/07/03/image-blur-detection-via-hough-transform-iv/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 01:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2009/07/03/image-blur-detection-via-hough-transform-iv/comment-page-1/#comment-42626</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1277#comment-42626</guid>
		<description>The gradient calculation involves fitting a line through the detected edge points. After the linear equation is obtained, calculating the perpendicular line is simple. Similarly, the gradient can be calculated by modeling the intensity as a linear function (the simplest method) and the gradient would be the tangent of the linear function. Hope this helps.</description>
		<content:encoded><![CDATA[<p>The gradient calculation involves fitting a line through the detected edge points. After the linear equation is obtained, calculating the perpendicular line is simple. Similarly, the gradient can be calculated by modeling the intensity as a linear function (the simplest method) and the gradient would be the tangent of the linear function. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonin JACQ</title>
		<link>http://www.kerrywong.com/2009/07/03/image-blur-detection-via-hough-transform-iv/comment-page-1/#comment-42625</link>
		<dc:creator>Antonin JACQ</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1277#comment-42625</guid>
		<description>Hi.

I am currently a student at the university of La Rochelle, France, in an image processing &amp; mathematics master.
Our teachers asked us to build several image default detector: noise(salt&amp;pepper, ccd), block artifact, color dominance, motion-blur and out-of-focus blur.

I am working since yesterday on your articles for blur detection via Hough Transform.

Working on Matlab, i succesfully reproduce almost everything, except for the final part of the algorythm: the calcul of the gradient on the line.
I didn&#039;t understand what you are doing: 
- in which image is this line? In the Hough transform? In the orignal image?
- Similarly, what is the use of the perpendicular line whom you speak of for the gradient calculation?

My principal problem lies with the definition of the gradient D of an image :
In classics way, D=[Ix,Iy] with Ix and Iy being a vector field (Ix(x,y)=I(x,y)-I(x-1,y), the same for Iy). Here i do not know what is it.

If you&#039;re willing to enlight me, i would be thankful.

Antonin.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I am currently a student at the university of La Rochelle, France, in an image processing &amp; mathematics master.<br />
Our teachers asked us to build several image default detector: noise(salt&amp;pepper, ccd), block artifact, color dominance, motion-blur and out-of-focus blur.</p>
<p>I am working since yesterday on your articles for blur detection via Hough Transform.</p>
<p>Working on Matlab, i succesfully reproduce almost everything, except for the final part of the algorythm: the calcul of the gradient on the line.<br />
I didn&#8217;t understand what you are doing:<br />
- in which image is this line? In the Hough transform? In the orignal image?<br />
- Similarly, what is the use of the perpendicular line whom you speak of for the gradient calculation?</p>
<p>My principal problem lies with the definition of the gradient D of an image :<br />
In classics way, D=[Ix,Iy] with Ix and Iy being a vector field (Ix(x,y)=I(x,y)-I(x-1,y), the same for Iy). Here i do not know what is it.</p>
<p>If you&#8217;re willing to enlight me, i would be thankful.</p>
<p>Antonin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
