[Insight-users] Tikhonov deconvolution

Cory Quammen cquammen at cs.unc.edu
Mon Feb 25 22:36:32 EST 2013


Edgar,

You can look at the test for the filter under
Modules/Filtering/Deconvolution/test//itkTikhonovDeconvolutionImageFilterTest.cxx:

http://www.itk.org/gitweb?p=ITK.git;a=blob;f=Modules/Filtering/Deconvolution/test/itkTikhonovDeconvolutionImageFilterTest.cxx

There should be no restriction on pixel type. Internally, the input is
converted into a floating point type and all math is done in float
precision.

If you continue to have problems, please post a minimal compilable
example and describe what problem you are having.

Thank you,
Cory

On Mon, Feb 25, 2013 at 9:58 PM, Edgar Moraes Diniz <edgkff at gmail.com> wrote:
> Hi,
>
> I am having difficulties using itk::TikhonovDeconvolutionImageFilter.
>
> Where can find an example of usage? I searched Google exaustively, but
> unsuccesfully...
>
> Is there any requirement regarding to pixel type? Do I have to scale pixels
> to interval 0-1?
>
> I tried also the SimpleITK version, hoping the pixel type abstraction would
> help me, but not... I always get strange results (perhaps the strangest one
> is a 1-pixel image...).
>
> Thank you,
> Edgar.
>
> /*
>  * Edgar Moraes Diniz
>  * Universidade Federal Fluminense
>  * Instituto de Computação
>  * VisualLab
>  * e-mail: edgkff at gmail.com
>  */
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>



--
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill


More information about the Insight-users mailing list