MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0009383 | ITK | public | 2009-08-06 23:36 | 2010-11-07 02:08 | |
Reporter | Hans Johnson | ||||
Assigned To | Luis Ibanez | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | ITK-3-14 | ||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | backlog | ||||
Summary | 0009383: Floating point overflow in incrementing histogram bin counting | ||||
Description | Histograms use floating point values to hold counts for each bin results in overflow errors. A potential fix is to increase the size of the storage container: [hjohnson@neuron Insight]$ itkcvs diff Code/Numerics/Statistics/itkSparseFrequencyContainer.h Index: Code/Numerics/Statistics/itkSparseFrequencyContainer.h =================================================================== RCS file: /cvsroot/Insight/Insight/Code/Numerics/Statistics/itkSparseFrequencyContainer.h,v retrieving revision 1.12 diff -r1.12 itkSparseFrequencyContainer.h 53c53 < typedef float FrequencyType; --- > typedef double FrequencyType; | ||||
Steps To Reproduce | |||||
Additional Information | A test was written to identify this bug: [hjohnson@neuron Statistics]$ itkcvs -q commit -m"BUG: Identified bug that causes Otsu thresholds to fail on images with very large number of background voxels that all fit in the first bin of the histogram." itkScalarImageToHistogramGeneratorTest.cxx Committer: Hans Johnson <hans-johnson@uiowa.edu> /cvsroot/Insight/Insight/Testing/Code/Numerics/Statistics/itkScalarImageToHistogramGeneratorTest.cxx,v <-- itkScalarImageToHistogramGeneratorTest.cxx new revision: 1.3; previous revision: 1.2 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-08-06 23:36 | Hans Johnson | New Issue | |||
2009-08-06 23:40 | Hans Johnson | Note Added: 0017079 | |||
2009-08-07 08:54 | Bradley Lowekamp | Note Added: 0017081 | |||
2009-08-08 14:40 | Luis Ibanez | Note Added: 0017087 | |||
2009-08-11 18:44 | Hans Johnson | Note Added: 0017098 | |||
2009-12-11 08:06 | Hans Johnson | Status | new => assigned | ||
2009-12-11 08:06 | Hans Johnson | Assigned To | => Hans Johnson | ||
2009-12-11 08:09 | Hans Johnson | Note Added: 0018813 | |||
2009-12-16 08:23 | Hans Johnson | Assigned To | Hans Johnson => Luis Ibanez | ||
2010-08-05 21:05 | Hans Johnson | Note Added: 0021677 | |||
2010-11-07 02:08 | Luis Ibanez | Sprint Status | => backlog | ||
2010-11-07 02:08 | Luis Ibanez | Note Added: 0022998 | |||
2010-11-07 02:08 | Luis Ibanez | Status | assigned => closed | ||
2010-11-07 02:08 | Luis Ibanez | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|