Hello, I would like to convert an image with pixeltype 'N3itk8RGBPixelIhEE' into something which is supported by AccessByItk. In my imagination it should be sufficient to retrieve one particular channel of the image, but i could not get this working.
So I'm looking for something like: mitk::Image:Pointer image; mitk::Image::Pointer converted; ... cout << "loaded pixel type: " << image->GetPixelType().GetItkTypeAsString() << endl; // out: N3itk8RGBPixelIhEE // perform conversation in image 'converted' cout << "converted pixel type: " << converted->GetPixelType().GetItkTypeAsString() << endl; // out (e.g.): h Thank you, Patrick ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
