Ticket #206 (closed task: fixed)
Opened 2010-09-15T10:27:49-05:00
Last modified 2012-02-24T14:19:17-06:00
Incorporate ImgLib images into ImageStack
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1014 |
Description
The logical place to start the imglib integration is in ImageStack. Methods need to be rewritten.
Change History
comment:2 Changed 2010-09-20T10:04:28-05:00 by bdezonia
Made first pass. Will need to modify to delegate to an imagej package class as needed. Need to change so it doesn't always return ImgLibProcessors in getProcessor(int n). These changes will require some time.
comment:3 Changed 2010-09-24T15:57:02-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
comment:4 Changed 2010-09-24T15:57:12-05:00 by bdezonia
- Status changed from closed to reopened
- Resolution fixed deleted
comment:5 Changed 2010-09-24T16:07:20-05:00 by bdezonia
Made delegation class PlaneStack in imagej package. Need to fix getProcessor after Curtis' setPixels/getPixels() by refernce changes are integrated.
comment:6 Changed 2010-10-01T17:13:13-05:00 by bdezonia
- Status changed from reopened to closed
- Resolution set to fixed
done