Module org.scijava.ops.image
Package org.scijava.ops.image.threshold
Class ApplyThresholdMethod.Rosin<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.AbstractApplyThresholdIterable<T>
-
- org.scijava.ops.image.threshold.AbstractApplyThresholdImg<T>
-
- org.scijava.ops.image.threshold.ApplyThresholdMethod.Rosin<T>
-
- All Implemented Interfaces:
BiConsumer<Iterable<T>,Iterable<BitType>>,Computers.Arity1<Iterable<T>,Iterable<BitType>>
- Enclosing class:
- ApplyThresholdMethod
public static class ApplyThresholdMethod.Rosin<T extends RealType<T>> extends AbstractApplyThresholdImg<T>
- Implementation Note:
- op names='threshold.rosin'
-
-
Constructor Summary
Constructors Constructor Description Rosin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Computers.Arity1<Histogram1d<T>,T>getComputeThresholdOp()-
Methods inherited from class org.scijava.ops.image.threshold.AbstractApplyThresholdImg
computeThreshold
-
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
-
getComputeThresholdOp
protected Computers.Arity1<Histogram1d<T>,T> getComputeThresholdOp()
- Specified by:
getComputeThresholdOpin classAbstractApplyThresholdImg<T extends RealType<T>>
-
-