Module org.scijava.ops.image
Class ComputeLocalMeanThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.localMean.ComputeLocalMeanThreshold<T>
-
- All Implemented Interfaces:
Computers.Arity3<Iterable<T>,T,Double,BitType>,Consumers.Arity4<Iterable<T>,T,Double,BitType>
public class ComputeLocalMeanThreshold<T extends RealType<T>> extends Object implements Computers.Arity3<Iterable<T>,T,Double,BitType>
Local threshold method that uses the mean and operates directly of RAIs.- Author:
- Jonathan Hale (University of Konstanz), Martin Horn (University of Konstanz), Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='threshold.localMean', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description ComputeLocalMeanThreshold()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, BitType output)TODOstatic <T extends RealType<T>>
voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Computers.Arity1<Iterable<T>,DoubleType> meanOp, BitType output)-
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
-
compute
public void compute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, BitType output)
TODO
-
compute
public static <T extends RealType<T>> void compute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Computers.Arity1<Iterable<T>,DoubleType> meanOp, BitType output)
-
-