MantisBT - ITK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011098 | ITK | public | 2010-08-05 04:45 | 2010-10-21 12:31 | |
| Reporter | roodzeek | ||||
| Assigned To | Bradley Lowekamp | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | ITK-3-20 | ||||
| Target Version | Fixed in Version | ITK-3-20 | |||
| Resolution Date | |||||
| Sprint | |||||
| Sprint Status | |||||
| Summary | 0011098: itkHessianToObjectnessMeasureImageFilter.h incorrect sorting of eigenvalues | ||||
| Description | Tested for 3D case. Obtained completely different final filter results compared with MATLAB implementation of the same algorithm. According to the Frangi's article where the methodology is described, the eigenvalues are to be sorted |l1|<=|l2|<=|l3|, then parameters rA = |l2|/|l3| and rB = |l1|/(|l2|*|l3|)^(1/2) can be calculated. Line 148 of itkHessianToObjectnessMeasureImageFilter.h defines sorting function [...] return vnl_math_abs(a) > vnl_math_abs(b); [...] for sorting the eignevalues in itkHessianToObjectnessMeasureImageFilter.txx line 95 using std::sort(). This causes the eigenvalues to be sorted |l1|>=|l2|>=|l3| thus giving improper filter results. | ||||
| Steps To Reproduce | |||||
| Additional Information | Attached files in dicom format: vedbase.vtk.dcm - source image. Processed using: sigma = 1.25, alpha = 0.5, beta = 0.5, gamma = 30. INCORRECT_vedbase.vtk-vess,s1.25,a0.5,b0.5,g30.dcm - results obtained using original implementation of the filter from ITK 3.20. CORRECT_vedbase.vtk-vess,s1.25,a0.5,b0.5,g30.dcm - results obtained after correcing line 148 of itkHessianToObjectnessMeasureImageFilter.h file. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/3302/datafiles.zip | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-08-05 04:45 | roodzeek | New Issue | |||
| 2010-08-05 04:45 | roodzeek | File Added: datafiles.zip | |||
| 2010-08-05 04:50 | roodzeek | Note Added: 0021660 | |||
| 2010-08-05 08:26 | Bradley Lowekamp | Status | new => assigned | ||
| 2010-08-05 08:26 | Bradley Lowekamp | Assigned To | => Bradley Lowekamp | ||
| 2010-08-05 08:27 | Bradley Lowekamp | Note Added: 0021661 | |||
| 2010-08-05 10:26 | Bradley Lowekamp | Note Added: 0021663 | |||
| 2010-08-11 10:02 | Bradley Lowekamp | Note Added: 0021706 | |||
| 2010-08-11 10:03 | Bradley Lowekamp | Note Added: 0021707 | |||
| 2010-08-11 10:03 | Bradley Lowekamp | Status | assigned => resolved | ||
| 2010-08-11 10:03 | Bradley Lowekamp | Fixed in Version | => ITK-3-20 | ||
| 2010-08-11 10:03 | Bradley Lowekamp | Resolution | open => fixed | ||
| 2010-10-21 12:31 | Gabe Hart | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||