MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010456 | ITK | public | 2010-03-24 17:54 | 2010-10-21 12:31 | |
Reporter | Roger Bramon | ||||
Assigned To | Bradley Lowekamp | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | ITK-3-16 | ||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | |||||
Summary | 0010456: Performance regression in itkImageSeriesReader::GenerateOutputInformation() | ||||
Description | In http://www.itk.org/pipermail/insight-users/2010-March/035870.html [^] a discussion about a performance regression in itkImageSeriesReader is started. The problem seems to be in method void ImageSeriesReader<TOutputImage> ::GenerateOutputInformation(void) where the line: for ( int i = 0; i != 2; ++i ) was changed to: for ( int i = 0; i != numberOfFiles; ++i ) There are some tests in this mailing list thread and also some ideas in order to solve it. Moreover, there is another performace regression issue when the codification of the DICOM data is Little Endian Implicit, but it will be discussed in another report issue. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-03-24 17:54 | Roger Bramon | New Issue | |||
2010-03-25 18:37 | Luis Ibanez | Status | new => assigned | ||
2010-03-25 18:37 | Luis Ibanez | Assigned To | => Bradley Lowekamp | ||
2010-03-29 08:20 | Bradley Lowekamp | Note Added: 0020026 | |||
2010-03-29 10:59 | Bradley Lowekamp | Note Added: 0020027 | |||
2010-04-01 08:26 | Bradley Lowekamp | Note Added: 0020047 | |||
2010-04-01 08:26 | Bradley Lowekamp | Status | assigned => resolved | ||
2010-04-01 08:26 | Bradley Lowekamp | Resolution | open => fixed | ||
2010-10-21 12:31 | Gabe Hart | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|||||
|
|||||
|
|