Discussion:
[ITK-users] blind deconvolution : how to declare "parametric kernel"
radouxju
2018-06-26 07:11:05 UTC
Permalink
Dear list,

I am trying to compile an application using the
itk::ParametricBlindLeastSquaresDeconvolutionImageFilter .

My problem is that I don't understand what I should use as type for the
TKernelSource in the template of the filter. Basically I would like to use a
2D Gaussian kernel and, if I understand correctly, the filter will update
its parameters, but how do I define the size and type of this kernel in my
cxx ?



--
Sent from: http://itk-insight-users.2283740.n2.nabble.com/
The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there!
________________________________
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:
https://itk.org/mailman/listinfo/insight-users
Lowekamp, Bradley (NIH/NLM/LHC) [C]
2018-06-26 12:24:08 UTC
Permalink
As attached to the end, please post in discourse.

I'll point you to a couple things:

1) The test for the class may be useful: https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/Deconvolution/test/itkParametricBlindLeastSquaresDeconvolutionImageFilterTest.cxx
2) This class may have come from or be related to this IJ: http://www.insight-journal.org/browse/publication/753

Hope that helps,
Brad
On 6/26/18, 3:19 AM, "radouxju" <***@uclouvain.be> wrote:

Dear list,

I am trying to compile an application using the
itk::ParametricBlindLeastSquaresDeconvolutionImageFilter .

My problem is that I don't understand what I should use as type for the
TKernelSource in the template of the filter. Basically I would like to use a
2D Gaussian kernel and, if I understand correctly, the filter will update
its parameters, but how do I define the size and type of this kernel in my
cxx ?



--
Sent from: http://itk-insight-users.2283740.n2.nabble.com/
The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there!
________________________________
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:
https://itk.org/mailman/listinfo/insight-users


The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there!
________________________________
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:
https://itk

Loading...