No subject


Sun Oct 26 02:42:03 EDT 2008


performance. SetDirection(..) changes the direction cosines, which are
used by TransformPhysicalPointToIndex(..),
TransformContinuousIndexToPhysicalPoint(..), and others in
itk::OrientatedImage (although in ITK 3.10, which is about to be
released, the direction cosines can be used in itk::Image, deprecating
itk::OrientatedImage).

Hope this helps.

Regards, Dan

2008/11/4 David Fuentes <fuentesdt at gmail.com>:
>
>
> When using an iterator with an ITK image, it is hard to determine whether or
> not the iterator is iterating over a continuous array of memory.
> How is the pixel buffer stored in a 2D/3D ITK image?
>
> row major storage?
> column major storage?
> Is the pixel buffer for a 3D image is stored in a continuous array of
> memory?
>
> which value for
>
>  SetDirection()
>
> should be used to give the best performance?
>
>
>
>
>
> thank you,
> David Fuentes
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list