[ITK-users] Write a result image witout resampling

Dženan Zukić dzenanz at gmail.com
Sun Jan 10 14:22:58 EST 2016


Hi Gabriel,

you probably need to use interpolation method of a higher quality for the
final resampling, i.e. windowed sinc
<http://www.itk.org/Doxygen/html/classitk_1_1WindowedSincInterpolateImageFunction.html>
instead of linear
<http://www.itk.org/Doxygen/html/classitk_1_1LinearInterpolateImageFunction.html>
.

Regards,
Dženan

On Fri, Jan 8, 2016 at 9:17 PM, Gabriel A. Giménez <
gabrielgimenez85 at gmail.com> wrote:

> Hi everyone...how are you ?
>
> I'm going to point, to finish the registration process build the new
> transformed fixed image (based on the manual examples), but the quality of
> the generated image is degraded...how I can create a new image with the
> same quality as the original image? I just need to apply the transformation
> parameters.
>
> Regards and thanks in advance,
>
> --
> *Gabriel Alberto Giménez.*
>
> _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160110/c912e670/attachment.html>


More information about the Insight-users mailing list