2 Jan 2011 16:48
Re: US1d3ITKImgType not found
| Dear Ali, As I see, you haven't constructed the used image types in the templated class
"DoTheRealThing()" which should have been done with the proper pixel types and
dimensions. Something like,
typedef short PixelType;
const unsigned int Dimension = 2;
typedef itk::Image<PixelType, Dimension> S1d3ITKImgType;
Hope this helps,
Dawood
--- On Sun, 1/2/11, Ali Habib <ali.mahmoud.habib-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
|
_____________________________________ 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.html 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
RSS Feed