Hi, I'm trying to read a directory as we could do in C++ with the code below:<div><br></div><div>// Get the DICOM filenames from the directory<div> itk::DICOMSeriesFileNames::Pointer nameGenerator = itk::DICOMSeriesFileNames::New();</div>
<div> nameGenerator->SetDirectory( argv[1] );</div></div><div><br></div><div><br></div><div>But I haven't found an example or a similar method to do it using java wrapper.</div><div>Is it possible, using java?</div>
<div>Is there some example using java wrapper ?</div><div><br></div><div>What I'm trying to do finally is to re-sample the dicom images to get an orthogonal representation of the original, just to know if somebody else was facing the same problem.</div>
<div><br></div><div>I'm using the version that is provided by ubuntu 11.10 repositories, version 3.x</div><div><br></div><div>Thanks for any help!.</div>