<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Insight-users] Problem implementing GradientAnisotropicDiffusionImageFilter</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello Bill and Luis,<BR>
&nbsp;&nbsp; With conductance = 6 the ITK data output do compare well with MATLAB.&nbsp; Thanks for your help.&nbsp;<BR>
<BR>
Regards,<BR>
&nbsp;&nbsp; Mike<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Bill Lorensen [<A HREF="mailto:bill.lorensen@gmail.com">mailto:bill.lorensen@gmail.com</A>]<BR>
Sent: Wed 12/2/2009 12:03 AM<BR>
To: O'Connor, Michael<BR>
Cc: Luis Ibanez; insight-users@itk.org<BR>
Subject: Re: [Insight-users] Problem implementing GradientAnisotropicDiffusionImageFilter<BR>
<BR>
The average gradient in your data is about .0005.&nbsp; So the conductance<BR>
of the itk code should be about the matlab conductance / .0005 which<BR>
is about .003 / .0005 = 6.<BR>
<BR>
Try a conductance of 6&nbsp; without scaling your data and see how it compares.<BR>
<BR>
Bill<BR>
<BR>
<BR>
On Tue, Dec 1, 2009 at 11:36 PM, Bill Lorensen &lt;bill.lorensen@gmail.com&gt; wrote:<BR>
&gt; In itk, the K divisor is average_gradient_squared *<BR>
&gt; conductance_squared. I suspect that accounts for some of the<BR>
&gt; difference.<BR>
&gt;<BR>
&gt; On Tue, Dec 1, 2009 at 9:01 PM, O'Connor, Michael<BR>
&gt; &lt;Michael.OConnor@umassmed.edu&gt; wrote:<BR>
&gt;&gt; Hello Luis,<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The pixel spacing is .2 mm.&nbsp;&nbsp; I did not SetSpacing in ITK code.<BR>
&gt;&gt; Thanks for the insight.&nbsp;&nbsp; I will check that out.<BR>
&gt;&gt;<BR>
&gt;&gt; Regards,<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp; Michael<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; -----Original Message-----<BR>
&gt;&gt; From: Luis Ibanez [<A HREF="mailto:luis.ibanez@kitware.com">mailto:luis.ibanez@kitware.com</A>]<BR>
&gt;&gt; Sent: Tue 12/1/2009 7:56 PM<BR>
&gt;&gt; To: O'Connor, Michael<BR>
&gt;&gt; Cc: Bill Lorensen; insight-users@itk.org<BR>
&gt;&gt; Subject: Re: [Insight-users] Problem implementing<BR>
&gt;&gt; GradientAnisotropicDiffusionImageFilter<BR>
&gt;&gt;<BR>
&gt;&gt; Hi Michael,<BR>
&gt;&gt;<BR>
&gt;&gt; What is the pixel spacing of your image ?<BR>
&gt;&gt;<BR>
&gt;&gt; I believe that the ITK implementation may<BR>
&gt;&gt; be taking the pixel spacing into account<BR>
&gt;&gt; when using the value of conductance.<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp; Please let us know,<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; ------------------------------------------------------------------<BR>
&gt;&gt; On Tue, Dec 1, 2009 at 5:17 PM, O'Connor, Michael<BR>
&gt;&gt; &lt;Michael.OConnor@umassmed.edu&gt; wrote:<BR>
&gt;&gt;&gt; Hi Bill,<BR>
&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; I use the exact same file with ITK (the one attached to the previous<BR>
&gt;&gt;&gt; email with MATLAB code).<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Regards,<BR>
&gt;&gt;&gt;&nbsp;&nbsp;&nbsp; Michael<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; -----Original Message-----<BR>
&gt;&gt;&gt; From: Bill Lorensen [<A HREF="mailto:bill.lorensen@gmail.com">mailto:bill.lorensen@gmail.com</A>]<BR>
&gt;&gt;&gt; Sent: Tue 12/1/2009 4:17 PM<BR>
&gt;&gt;&gt; To: O'Connor, Michael<BR>
&gt;&gt;&gt; Cc: insight-users@itk.org<BR>
&gt;&gt;&gt; Subject: Re: [Insight-users] Problem implementing<BR>
&gt;&gt;&gt; GradientAnisotropicDiffusionImageFilter<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Can you provide a png file or meta file, or whatever file you tried with<BR>
&gt;&gt;&gt; itk?<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; On Tue, Dec 1, 2009 at 4:08 PM, O'Connor, Michael<BR>
&gt;&gt;&gt; &lt;Michael.OConnor@umassmed.edu&gt; wrote:<BR>
&gt;&gt;&gt;&gt; Hi Bill,<BR>
&gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; Thanks.&nbsp;&nbsp; Attached is simple MATLAB test code&nbsp; + the MATLAB filter<BR>
&gt;&gt;&gt;&gt; function used (Dr. Guy Gilboa's code).&nbsp;&nbsp; I've also take the liberty of<BR>
&gt;&gt;&gt;&gt; attaching a test image (specifically opened in MATLAB code).&nbsp;&nbsp; The test<BR>
&gt;&gt;&gt;&gt; image is 400x400 float with background = 0.024 + additive Gaussian Noise<BR>
&gt;&gt;&gt;&gt; and<BR>
&gt;&gt;&gt;&gt; foreground (circle) = 0.031 + additive Gaussian Noise.&nbsp;&nbsp; As said<BR>
&gt;&gt;&gt;&gt; previously<BR>
&gt;&gt;&gt;&gt; MATLAB code seems to work as expected as shown in plot.&nbsp;&nbsp; In ITK there is<BR>
&gt;&gt;&gt;&gt; no<BR>
&gt;&gt;&gt;&gt; similar intraregion filtering (i.e. filtered image ~ input )<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; Regards,<BR>
&gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp; Michael<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>