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.
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