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

Opened 2012-02-14T16:44:23-06:00

Last modified 2012-02-24T15:04:18-06:00

Make OPS more generic

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: ImgLib2 OPS Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

OPS has defined a lot of operations like this:

UnaryOperation<ComplexType<?>,ComplexType<?>>

The Knime developers want this to be UnaryOperation<T,U> where T and U extend ComplexType.

Make these changes and update IJ2 math plugins to use the new definitions.

Change History

comment:1 Changed 2012-02-14T16:46:09-06:00 by bdezonia

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

Fixed with commits:

Imglib: eeba23

ImageJ2: 7f0f841188b07d7ec6154b2f3e8535be2326ba9a

comment:2 Changed 2012-02-15T13:04:24-06:00 by bdezonia

Improved with commits:

Imglib: 457e4c

ImageJ2: c2067457aa84660e0727d4c61ff3463feb94f705

comment:3 Changed 2012-02-24T15:04:18-06:00 by curtis

  • Component changed from imglib to imglib-ops