Module org.scijava.ops.image
Package org.scijava.ops.image.threshold
Class ApplyThresholdMethodLocal.LocalIJ1<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.ApplyThresholdMethodLocal.LocalIJ1<T>
-
- All Implemented Interfaces:
Computers.Arity3<RandomAccessibleInterval<T>,Shape,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>,Consumers.Arity4<RandomAccessibleInterval<T>,Shape,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>
- Enclosing class:
- ApplyThresholdMethodLocal
public static class ApplyThresholdMethodLocal.LocalIJ1<T extends RealType<T>> extends Object
- Implementation Note:
- op names='threshold.ij1'
-
-
Constructor Summary
Constructors Constructor Description LocalIJ1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Computers.Arity1<Histogram1d<T>,T>getComputeThresholdOp()-
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.Arity3
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity4
andThen
-
-
-
-
Method Detail
-
getComputeThresholdOp
protected Computers.Arity1<Histogram1d<T>,T> getComputeThresholdOp()
-
-