NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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: biweekly-2010: Sep-20 to Oct-01
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:1 Changed 2010-09-15T10:27:59-05:00 by bdezonia

  • Status changed from new to accepted

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

comment:7 Changed 2012-02-24T13:53:13-06:00 by curtis

  • Blocking 1010 added

comment:8 Changed 2012-02-24T14:19:17-06:00 by curtis

  • Blocking 1014 added; 1010 removed