MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011597 | ITK | ITK | public | 2010-12-11 08:18 | 2010-12-11 08:25 |
Reporter | Luis Ibanez | ||||
Assigned To | Luis Ibanez | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | backlog | ||||
Summary | 0011597: Lack of complementarity between Set() and Get() methods in PixelAccessors | ||||
Description | ImageAdaptors use PixelAccessors to present an image as if it has been processed by a filter, but by doing the computation on the fly as the pixel value is accessed. Ideally the behavior should be such that imageAdaptor->SetPixel(index, A ); B = imageAdaptor->GetPixel(index); A == B Some ImageAdaptors / PixelAccessors are not satisfying this property. Reported by Robert Tamburo in the users list: http://www.itk.org/pipermail/insight-users/2010-December/039108.html [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-12-11 08:18 | Luis Ibanez | New Issue | |||
2010-12-11 08:18 | Luis Ibanez | Status | new => assigned | ||
2010-12-11 08:18 | Luis Ibanez | Assigned To | => Luis Ibanez | ||
2010-12-11 08:25 | Luis Ibanez | Note Added: 0023892 | |||
2010-12-11 08:31 | Luis Ibanez | Note Edited: 0023892 | bug_revision_view_page.php?bugnote_id=23892#r43 | ||
2010-12-11 08:33 | Luis Ibanez | Note Edited: 0023892 | bug_revision_view_page.php?bugnote_id=23892#r44 |
Notes | |||||
|
|||||
|
|