[ITK-users] Visualize Intermediate result of ITK registration in vtk

suneeza hanif suneezahanif02 at gmail.com
Sun Mar 6 12:30:05 EST 2016


Hello Bill,

Thanks a lot for your quick response.

Yes I used the PixelType short but I am still getting the same result.

Regards,
Suneeza

On Sun, Mar 6, 2016 at 6:19 PM, Bill Lorensen <bill.lorensen at gmail.com>
wrote:

> For dicom data change
>
> typedef  unsigned char   PixelType;
>  to
>
> typedef  short   PixelType;
>
>
> On Sun, Mar 6, 2016 at 12:13 PM, suneeza hanif <suneezahanif02 at gmail.com>
> wrote:
> > Hello Bill,
> >
> > I have tried this example with images specified in the example. It worked
> > great with them but when I used .dcm images, instead of showing pattern
> in
> > the image it just showed white image.
> > I have attached the screenshot for reference.
> >
> > Can you guide me why is it not working in this case and what I need to
> add.
> >
> > Thank you.
> >
> > Best Regards,
> > Suneeza
> >
> > _____________________________________
> > 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
> >
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160306/e4584ece/attachment.html>


More information about the Insight-users mailing list