[Insight-users] ImageSliceIteratorWithIndex

m0985501 m0985501 at mail.nuk.edu.tw
Wed Jun 30 00:53:51 EDT 2010


HELO

i am newbie to ITK and wondering to know why does the ImageSliceIteratorWithIndex have no GoToBeginOfLine() function

after porcessing with a specific voxel, i want to process the entire slice again.

i have already tried GoToBeginOfSlice().it moved the iterator from index { 270, 255, 274} to { 270, 0, 274} but not { 0, 0, 274}.

i'm now doing this with a temp index by move it to { 0, 0, x}.
is there any better way to do this?

the example in InsightToolkit-3.18.0/Examples/Iterators/ImageSliceIteratorWithIndex.cxx is processing in sequencial order which is not suitable in my case.

any comment will be appreciated
thank you

BEST REGARDS
Jack

B.Sc. Chia-Hsiang Hu
Machine Learning and Medical Application Lab
Dept. of Computer Science and Information Engineering
National University of Kauhsiung
(e) m0985501_AT_mail_DOT_nuk_DOT_edu_DOT_tw


More information about the Insight-users mailing list