| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0009227 | ITK | public | 2009-07-02 17:54 | 2010-11-07 02:57 | |||||
| Reporter | sgerber | ||||||||
| Assigned To | Luis Ibanez | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | ITK-3-14 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0009227: itkDerivativeImageFilter does not take direction into acount | ||||||||
| Description | itkDerivativeImageFilter either computes derivatives in index space or in physical spacing. For the physical spacing the image dierction is not taken into account. | ||||||||
| Tags | No tags attached. | ||||||||
| Resolution Date | |||||||||
| Sprint | |||||||||
| Sprint Status | backlog | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0023013) Luis Ibanez (manager) 2010-11-07 02:57 |
The m_Direction is passed to the derivative operator in : itkDerivativeImageFilter.txx : 48-52 // Build an operator so that we can determine the kernel size DerivativeOperator< OutputPixelType, ImageDimension > oper; oper.SetDirection(m_Direction); oper.SetOrder(m_Order); oper.CreateDirectional(); |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-07-02 17:54 | sgerber | New Issue | |
| 2010-11-02 13:46 | Hans Johnson | Status | new => assigned |
| 2010-11-02 13:46 | Hans Johnson | Assigned To | => Luis Ibanez |
| 2010-11-07 02:57 | Luis Ibanez | Sprint Status | => backlog |
| 2010-11-07 02:57 | Luis Ibanez | Note Added: 0023013 | |
| 2010-11-07 02:57 | Luis Ibanez | Status | assigned => closed |
| 2010-11-07 02:57 | Luis Ibanez | Resolution | open => no change required |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |