Ticket #976 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Make OPS more generic

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0.0-beta1
Component: imglib-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 3 months ago by bdezonia

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

Fixed with commits:

Imglib: eeba23

ImageJ2: r4945

comment:2 Changed 3 months ago by bdezonia

Improved with commits:

Imglib: 457e4c

ImageJ2: r4947

comment:3 Changed 3 months ago by curtis

  • Component changed from imglib to imglib-ops
Note: See TracTickets for help on using tickets.