imagej-ops
imagej-ops copied to clipboard
Eliminate redundant RealType math ops
We will have converters between double
and RealType
. Hence, PrimitiveMath
will cover most of the necessary binary and unary operations, at least for most of the common RealType
classes. Therefore, many of the operations in net.imagej.ops.arithmetic.real
could be eliminated.
We probably want all the primitive math stuff in scijava-ops
(after it is split out) and all the RealType
and NumericType
stuff in imagej-ops
. Yes there is overlap, but that is OK.