Hello all,<br>Ive installed ITK and WrapITK and am using the Java bindings. I&#39;ve written an example Java class that successfully reads a Dicom Image and prints some information about it (size,origin,etc.). I can also transfer the image data itself over into a Java array by looping through the image using 
itkImage.GetPixel(). However, I&#39;m wondering if there&#39;s a more efficient way to move the pixel data buffer back and forth. <br><br>As for the motivation, I&#39;m working with an existing Java GUI for viewing and interacting with images, but I&#39;d like to use ITK for some of the heavy lifting. 
<br><br>I&#39;m guessing this question has been asked before, but I haven&#39;t had any luck googling for an answer.<br>Thanks a lot,<br>Jaety Edwards<br>