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 #727 (closed defect: fixed)

Opened 2011-08-16T20:55:59-05:00

Last modified 2012-12-06T09:36:09-06:00

Imglib OPs finishing touches

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b6-legacy
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1573

Description

Imglib Ops has been completely revamped. The minimum work was done to get it to a committable state. There are some things that need to be done:
1) tag all source files with Imglib standard header and author info
2) comment source where necessary
3) write test code that can recreate what rev2 & rev3 tests did
4) add classes and convenience methods as needed
5) test integration within IJ2 (math plugins - both full image and roi region, ij2 image calculator, add/delete data/axis plugins, reorder axes)

Change History

comment:1 Changed 2011-08-17T13:32:45-05:00 by bdezonia

  • all source files tagged with license block and author
  • some more classes added
  • process::math plugins work with full image and roi region
  • reorder axes tested as working

comment:2 Changed 2011-08-17T13:36:27-05:00 by bdezonia

  • image calculator is working (unrelated bugs to be reported)

comment:3 Changed 2011-08-17T13:42:42-05:00 by bdezonia

  • add/delete data/axis are all working

comment:4 Changed 2011-08-29T10:12:46-05:00 by bdezonia

TODO

  • comment source
  • recreate rev2 and rev3 tests (I have original copies at home)

comment:5 Changed 2011-09-12T10:19:11-05:00 by bdezonia

Many operations added

comment:6 Changed 2011-09-13T09:47:15-05:00 by bdezonia

  • Milestone changed from imagej-2.0-alpha5 to imagej-2.0-beta1

comment:7 Changed 2011-09-21T14:58:40-05:00 by bdezonia

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:8 Changed 2012-02-06T12:28:06-06:00 by bdezonia

  • Milestone changed from imagej-2.0-beta2 to imagej-2.0-final

Source mostly commented. (Later comment - not really - needs improvement)

TODO - recreate rev2 and rev3 tests. (And more documentation)

Last edited 2012-03-27T11:27:34-05:00 by bdezonia

comment:9 Changed 2012-12-06T09:35:32-06:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from imagej-2.0.0 to imagej-2.0.0-beta6

In the last few months much documentation has been added and more tests hatched. The rev 2 and rev 3 tests could still be written but that shouldn't hold up this ticket. Closing.

comment:10 Changed 2012-12-06T09:36:09-06:00 by bdezonia

  • Blocking 1573 added