<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Flux_Diffusion_in_ITK_%28Karl_Krissian%29</id>
	<title>Flux Diffusion in ITK (Karl Krissian) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Flux_Diffusion_in_ITK_%28Karl_Krissian%29"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Flux_Diffusion_in_ITK_(Karl_Krissian)&amp;action=history"/>
	<updated>2026-04-05T00:48:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Flux_Diffusion_in_ITK_(Karl_Krissian)&amp;diff=3303&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Flux_Diffusion_in_ITK_(Karl_Krissian)&amp;diff=3303&amp;oldid=prev"/>
		<updated>2006-12-18T13:20:02Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Implementing the flux diffusion in ITK =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;[[Image:FluxDiffusion.ppt|Image:FluxDiffusion.ppt]]&lt;br /&gt;
&lt;br /&gt;
the current vtk implementation is in the slicer CVS&lt;br /&gt;
&lt;br /&gt;
== Current anisotropic diffusion in ITK ==&lt;br /&gt;
&lt;br /&gt;
The current anisotropic diffusion implemented in ITK are:&lt;br /&gt;
&lt;br /&gt;
* the Perona and Malik equation&lt;br /&gt;
* the curvature diffusion&lt;br /&gt;
&lt;br /&gt;
They are both scalar anisotropic diffusion, without data attachment, and running on an explicit numerical scheme.&lt;br /&gt;
&lt;br /&gt;
== Flux diffusion equation ==&lt;br /&gt;
&lt;br /&gt;
The Flux diffusion is a matrix flux diffusion:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: [[Image:96d5e1fc81df8538de55e32d4cd6ceb0.png|\frac{\partial u}{\partial t} = div(M \nabla u) + \beta (u_0-u)]],&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where u(t) is the evolving image, &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;''u''&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = ''u''(0)&amp;lt;/span&amp;gt; is the initial image, &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;/span&amp;gt; is a data attachment coefficient and M is the diffusion matrix.&lt;br /&gt;
&lt;br /&gt;
In the case of the flux diffusion, we re-write the vector field&lt;br /&gt;
&lt;br /&gt;
: [[Image:12c028e84be1fa5a44661f65fd9fe097.png|F = M \nabla u]],&lt;br /&gt;
&lt;br /&gt;
in the basis of the gradient and the principal curvature directions of the smoothed image (in 3D):&lt;br /&gt;
&lt;br /&gt;
: [[Image:8095d098be3c15f4cdc38e0f46d2f566.png|F = \sum_{i=0}^{2} \phi_i(u_{e_i}) e_i]],&lt;br /&gt;
&lt;br /&gt;
with &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;(''e''&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt;,''e''&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,''e''&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;/span&amp;gt; corresponding respectively to the smooth gradient, minimal and maximal curvature directions.&lt;br /&gt;
&lt;br /&gt;
== Numerical Scheme ==&lt;br /&gt;
&lt;br /&gt;
We use a Jacobi or a Gauss-Seidel scheme, where the filtered image is the solution of an equation of the form&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;''N''''v'' = 0&amp;lt;/span&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
v is a vector representing the image and N is a nxn matrix, n being the total number of voxels. the diagonal part of N is detached from N:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;''N'' = ''P'' + ''D''&amp;lt;/span&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
and the Jacobi numerical scheme consists in iterating&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;''v''&amp;lt;sup&amp;gt;''n'' + 1&amp;lt;/sup&amp;gt; = - ''D''&amp;lt;sup&amp;gt; - 1&amp;lt;/sup&amp;gt;''P''''v''&amp;lt;sup&amp;gt;''n''&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>