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 #1977 (closed defect: moved)

Opened 2013-08-07T13:32:32-05:00

Last modified 2014-11-23T21:30:56-06:00

Support a FloatingType interface

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: ImgLib2 Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1519

Description

The Imglib numeric type heirarchy is missing the idea of floating point ops like sin(), tan(), acosh(), etc. Define a FloatingType interface that fits into the hierarchy that supplies such functionality.

Change History

comment:1 Changed 2013-08-07T13:34:56-05:00 by bdezonia

Recently made a floating-type branch that lays out interface and implements it for FloatType, DoubleType, ComplexFloatType, and ComplexDoubleType. There is an associated open github issue with more info. See  https://github.com/imagej/imglib/issues/24

comment:2 Changed 2014-11-23T21:30:56-06:00 by curtis

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