Module org.scijava.ops.image
Package org.scijava.ops.image.threshold
Class AbstractApplyThresholdIterable<T>
- java.lang.Object
-
- org.scijava.ops.image.threshold.AbstractApplyThresholdIterable<T>
-
- All Implemented Interfaces:
BiConsumer<Iterable<T>,Iterable<BitType>>,Computers.Arity1<Iterable<T>,Iterable<BitType>>
- Direct Known Subclasses:
AbstractApplyThresholdImg
public abstract class AbstractApplyThresholdIterable<T> extends Object implements Computers.Arity1<Iterable<T>,Iterable<BitType>>
- Author:
- Curtis Rueden, Christian Dietz (University of Konstanz)
-
-
Constructor Summary
Constructors Constructor Description AbstractApplyThresholdIterable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<T> input, Iterable<BitType> output)TODOprotected abstract TcomputeThreshold(Iterable<T> input)-
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
-
-