Module org.scijava.ops.image
Class ComputeLocalMidGreyThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.localMidGrey.ComputeLocalMidGreyThreshold<T>
-
- All Implemented Interfaces:
Computers.Arity3<Iterable<T>,T,Double,BitType>,Consumers.Arity4<Iterable<T>,T,Double,BitType>
public class ComputeLocalMidGreyThreshold<T extends RealType<T>> extends Object implements Computers.Arity3<Iterable<T>,T,Double,BitType>
Local threshold method which thresholds against the average of the maximum and minimum pixels of a neighborhood.- Author:
- Jonathan Hale, Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='threshold.localMidGrey', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description ComputeLocalMidGreyThreshold()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends RealType<T>>
voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, Function<Iterable<T>,Pair<T,T>> minMaxOp, BitType output)voidcompute(Iterable<T> inputNeighborhood, T inputCenterPixel, Double c, BitType output)TODO-
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
-
-