Module org.scijava.ops.image
Package org.scijava.ops.image.threshold
Class AbstractApplyThresholdImg<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.AbstractApplyThresholdIterable<T>
-
- org.scijava.ops.image.threshold.AbstractApplyThresholdImg<T>
-
- All Implemented Interfaces:
BiConsumer<Iterable<T>,Iterable<BitType>>,Computers.Arity1<Iterable<T>,Iterable<BitType>>
- Direct Known Subclasses:
ApplyThresholdMethod.Huang,ApplyThresholdMethod.IJ1,ApplyThresholdMethod.Intermodes,ApplyThresholdMethod.IsoData,ApplyThresholdMethod.Li,ApplyThresholdMethod.MaxEntropy,ApplyThresholdMethod.MaxLikelihood,ApplyThresholdMethod.Mean,ApplyThresholdMethod.MinError,ApplyThresholdMethod.Minimum,ApplyThresholdMethod.Moments,ApplyThresholdMethod.Otsu,ApplyThresholdMethod.Percentile,ApplyThresholdMethod.RenyiEntropy,ApplyThresholdMethod.Rosin,ApplyThresholdMethod.Shanbhag,ApplyThresholdMethod.Triangle,ApplyThresholdMethod.Yen
public abstract class AbstractApplyThresholdImg<T extends RealType<T>> extends AbstractApplyThresholdIterable<T>
- Author:
- Curtis Rueden, Christian Dietz (University of Konstanz)
-
-
Constructor Summary
Constructors Constructor Description AbstractApplyThresholdImg()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected TcomputeThreshold(Iterable<T> input)protected abstract Computers.Arity1<Histogram1d<T>,T>getComputeThresholdOp()-
Methods inherited from class org.scijava.ops.image.threshold.AbstractApplyThresholdIterable
compute
-
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
-
-
-
-
Method Detail
-
computeThreshold
protected T computeThreshold(Iterable<T> input)
- Specified by:
computeThresholdin classAbstractApplyThresholdIterable<T extends RealType<T>>
-
getComputeThresholdOp
protected abstract Computers.Arity1<Histogram1d<T>,T> getComputeThresholdOp()
-
-