[Insight-users] BinaryImageType
Henning Meyer
tutmann at gmail.com
Mon Jul 17 05:39:57 EDT 2006
Thank you!
2006/7/14, Karthik Krishnan <Karthik.Krishnan at kitware.com>:
> Henning Meyer wrote:
>
> > Hello,
> >
> > what would be needed to do in order implement a BinaryImageType< int
> > dimension>, which uses all bits of its allocated memory, so that 32
> > pixels can be stored inside a unsigned int.
> > Would it just mean to have a specialization of Image< BinaryPixelType
>
> Yes. I would think so. The same happens in the C++ STL library for
> std::vector
Would it work with all filters? Which Methods inside itk::Image and
itk::ImageIterator would need to be replaced? Would it work with all
filters afterwards?
Henning
More information about the Insight-users
mailing list