Ticket #227 (closed task: fixed)
Opened 2010-09-29T15:46:50-05:00
Last modified 2012-02-24T14:04:40-06:00
Incorporate planar access container code into ImageJ
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #21 |
Description
Curtis changes to imglib to allow planar access to data needs to be incorporated into imagej
Change History
comment:1 Changed 2010-09-29T15:47:45-05:00 by bdezonia
- Status changed from new to accepted
comment:2 Changed 2010-10-01T17:14:38-05:00 by bdezonia
am unable to reenable all tests. must investigate.
comment:3 Changed 2010-10-15T16:39:28-05:00 by bdezonia
I am not sure that I have found all places where code is failing. But I can recreate problems by reenabling commented out tests (hightlighted by TODOs) in ImageStackTest.
comment:4 Changed 2010-10-15T16:45:52-05:00 by bdezonia
I believe this test class is the only one we need to get working with getPixels() and planar access returning exact reference.
comment:5 Changed 2010-10-26T09:48:16-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
all tests finally enabled in ImageStackTest
code in place. must reenable tests that check for equality of pixel refernces rather than equality of pixel contents