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