Hi, I am trying to use the Java SimpleITK wrapper for medical image processing.  <div><br></div><div>I need to do some manipulation of the image as a plain numerical array before and after leveraging the ITK segmentation filters.  However, I can&#39;t find an efficient way of either transferring a numerical array to an SITK Image object or reverting an Image object back to a numerical array.  Using nested loops to do a per-pixel setPixelAs* or getPixelAs* operation takes an inordinate amount of time.   </div>
<div><br></div><div>I understand the getPixelContainer method is now deprecated (?) and was supposed to be replaced by the getBufferAs* methods, which I can see in the Doxygen Image class listing but seem to be suppressed in the Java wrapper (v0.6.1).  Is there a way round this?<div>
<br></div><div>Many thanks for any help/advice</div><div><br></div><div>Mathew</div></div>