Module org.scijava.ops.image
Package org.scijava.ops.image.math
-
Class Summary Class Description BinaryNumericTypeMath<T extends NumericType<T>> Binary Ops of themathnamespace which operate onNumericTypes.BinaryRealTypeMath<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> Binary Ops of themathnamespace which operate onRealTypes.NullaryNumericTypeMath<T extends Type<T>,N extends NumericType<N>> Nullary Ops of themathnamespace which operate onNumericTypes.UnaryRealTypeMath<I extends RealType<I>,O extends RealType<O>> Ops of themathnamespace which operate onRealTypes.