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 #340 (closed task: fixed)

Opened 2011-02-15T10:55:51-06:00

Last modified 2011-04-20T16:38:45-05:00

Migrate IJ2 Dataset to use Imglib's Img interface

Reported by: bdezonia Owned by: bdezonia
Priority: critical Milestone: imagej-2.0-alpha2
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The Dataset code currently in IJ2 needs to be retired. Move code toward using Img interface in Imglib2. Fix Imglib2 compile errors as needed. Add functionality to Imglib2 as possible to support IJ2's needs.

Change History

comment:1 Changed 2011-02-15T10:56:06-06:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2011-02-23T14:33:27-06:00 by curtis

Dataset is now a thin wrapper over ImgLib1 Image objects, together with a Metadata object. When ImgLib2 is ready, we can change Image -> Img.

comment:3 Changed 2011-02-25T11:00:29-06:00 by bdezonia

  • Summary changed from Migrate IJ2 from using Datasets to using Imglib's Img interface to Migrate IJ2 Dataset to use Imglib's Img interface

comment:4 Changed 2011-03-23T13:41:42-05:00 by bdezonia

  • Milestone changed from biweekly-2011: Mar-14 to Mar-25 to biweekly-2011: Mar-28 to Apr-08

comment:5 Changed 2011-04-04T14:41:22-05:00 by bdezonia

  • Priority changed from major to critical
  • Milestone changed from biweekly-2011: Mar-28 to Apr-08 to imagej-2.0-alpha2

comment:6 Changed 2011-04-04T14:42:17-05:00 by bdezonia

Start trying to replace Image by Img everywhere.

comment:7 Changed 2011-04-20T16:38:45-05:00 by bdezonia

  • Status changed from accepted to closed
  • Resolution set to fixed

I believe Curtis has done this work.