Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class IterableSum<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.stats.IterableSum<I,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
BiConsumer<Iterable<I>,O>,Computers.Arity1<Iterable<I>,O>
public class IterableSum<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<Iterable<I>,O>
Op to calculate thestats.sum.- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz)
- Implementation Note:
- op names='stats.sum'
-
-
Constructor Summary
Constructors Constructor Description IterableSum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<I> input, O sum)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-