[ITK] [ITK-users] Fwd: 3D registration with level set motion

Dženan Zukić dzenanz at gmail.com
Fri Aug 4 11:12:47 EDT 2017


Hi Marie,

in DeformableRegistration5 you should change typedef of OutputPixelType
from char to short. The "noise" is caused by values over 255 being cast
from short to char.

Regards,
Dženan Zukić, PhD, Senior R&D Engineer, Kitware (Carrboro, N.C.)

On Fri, Aug 4, 2017 at 10:19 AM, CocoM <cgo_2113 at hotmail.com> wrote:

> Finally I managed running the algorithm by changing the origin of the
> moving
> image with itkChangeInformationImageFilter. Before that I transformed my
> Dicom images into NRRD with DicomSeriesReadImageWrite2. But I got a weird
> output for the registration process : the image seems really noisy and is
> unsigned int8 instead of int16. Plus the last slices are black. Is there a
> special way to write 3D images ? I'm just using the code of
> DeformableRegistration5. Or maybe the problem is in the warping step ?
>
> Thanks a lot,
> Marie
>
>
>
> --
> View this message in context: http://itk-insight-users.
> 2283740.n2.nabble.com/3D-registration-with-level-set-
> motion-tp7590137p7590152.html
> Sent from the ITK Insight Users mailing list archive at Nabble.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://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20170804/c3f404b5/attachment-0001.html>
-------------- next part --------------
_____________________________________
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


More information about the Community mailing list