Module org.scijava.ops.image
Class ComputeLocalNiblackThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.localNiblack.ComputeLocalNiblackThreshold<T>
-
- All Implemented Interfaces:
Computers.Arity4<Iterable<T>,T,Double,Double,BitType>,Consumers.Arity5<Iterable<T>,T,Double,Double,BitType>
public class ComputeLocalNiblackThreshold<T extends RealType<T>> extends Object implements Computers.Arity4<Iterable<T>,T,Double,Double,BitType>
LocalThresholdMethod using Niblack's thresholding method.- Author:
- Jonathan Hale, Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='threshold.localNiblack', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description ComputeLocalNiblackThreshold()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Double k, BitType output)TODOstatic <T extends RealType<T>>
voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Double k, Computers.Arity1<Iterable<T>,DoubleType> meanOp, Computers.Arity1<Iterable<T>,DoubleType> stdDeviationOp, 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.Arity4
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity5
andThen
-
-
-
-
Method Detail
-
compute
public void compute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Double k, BitType output)
TODO
-
compute
public static <T extends RealType<T>> void compute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Double k, Computers.Arity1<Iterable<T>,DoubleType> meanOp, Computers.Arity1<Iterable<T>,DoubleType> stdDeviationOp, BitType output)
-
-