Hello ALL.
I'm trying to sub-refine a series based on some DICOM tag like this:
namesGenerator->AddSeriesRestriction("2001|100a");
namesGenerator->SetInputDirectory(argv[1]);
const itk::SerieUIDContainer &seriesUIDs = namesGenerator->GetSeriesUIDs();
It is based on the DicomSeriesReadImageWrite2.cxx example.
In ITK 4.4.1 this doesn't work. I get only one UID.
The same code compiled against ITK 3.20.1 gives me the number of UIDs
expected.
Looks like some sort of regression, no?
Regards,
Constantine
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers