Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class IterableMax<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.stats.IterableMax<T>
-
- Type Parameters:
T- input type
- All Implemented Interfaces:
BiConsumer<Iterable<T>,T>,Computers.Arity1<Iterable<T>,T>
public class IterableMax<T extends RealType<T>> extends Object implements Computers.Arity1<Iterable<T>,T>
Op to calculate thestats.max.- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz), Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='stats.max'
-
-
Constructor Summary
Constructors Constructor Description IterableMax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<T> input, T max)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
-
-