<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,<br>
</p>
<p>I am new to ITK and am working with datasets that are stored as 4D niftis of variable length in the 4th dimension. The algorithm I need to write takes the "vector" stored in the 4th dimension as input at each voxel, and produces some scalar values as output. <span style="font-size: 12pt;">I</span><span style="font-size: 12pt;">
 would like to write a filter to contain this algorithm, but I am struggling to work out how to specify the input and iterate efficiently over it.</span></p>
<p><br>
</p>
<p>My output image type is itk::Image<float, 3>. I assume that my input image type should be itk::Image<float, 4>. <span style="font-size: 12pt;">Inside the filter, I was planning on using
</span><span style="font-size: 12pt;">I</span><span style="font-size: 12pt;">mageRegionIterator with GetLargestPossibleRegion() to iterate over the output voxels.</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;"></span><span style="font-size: 12pt;">Is there a suitable iterator and region</span><span style="font-size: 12pt;"> to obtain the vector of values for each input voxel efficiently? Or, alternatively, is there another approach
 that I should be taking? Perhaps using another filter to convert the input data first?</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p>Thanks in advance and I hope my question is clear,<br>
</p>
<p>Tobias Wood<br>
</p>
</div>
</body>
</html>