[Insight-users] Continuous Index
Xiang Hao
haoxiang at yahoo.cn
Sun Jun 28 14:42:41 EDT 2009
Hi,
I am trying to write a tractography program.
Now I use discrete index:
Dimension =3;
typedef int OutputPixelType;
typedef itk::Image< OutputPixelType, Dimension > OutputImageType;
OutputImageType::IndexType pixelIndex;
So now the pixelIndex is discrete index and I want to change it to
continuous index. I know there is an ContinuousIndex class in ITK. I wonder
whether I should use this class and how to use it in order to change the
index to continuous index.
--
Cheers,
Xiang
--
Cheers,
Xiang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090628/22f360b8/attachment.htm>
More information about the Insight-users
mailing list