Hello all,<br>Ive installed ITK and WrapITK and am using the Java bindings. I'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'm wondering if there's a more efficient way to move the pixel data buffer back and forth. <br><br>As for the motivation, I'm working with an existing Java GUI for viewing and interacting with images, but I'd like to use ITK for some of the heavy lifting.
<br><br>I'm guessing this question has been asked before, but I haven't had any luck googling for an answer.<br>Thanks a lot,<br>Jaety Edwards<br>