Module org.scijava.ops.image
Class ApplyConstantThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.apply.ApplyConstantThreshold<T>
-
- All Implemented Interfaces:
Computers.Arity3<Iterable<T>,T,Comparator<T>,Iterable<BitType>>,Consumers.Arity4<Iterable<T>,T,Comparator<T>,Iterable<BitType>>
public class ApplyConstantThreshold<T extends RealType<T>> extends Object implements Computers.Arity3<Iterable<T>,T,Comparator<T>,Iterable<BitType>>
Applies the given threshold value to every element along the givenIterableinput.- Author:
- Martin Horn (University of Konstanz), Christian Dietz (University of Konstanz)
- Implementation Note:
- op names='threshold.apply'
-
-
Constructor Summary
Constructors Constructor Description ApplyConstantThreshold()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<T> input, T threshold, Comparator<T> comparator, Iterable<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
-
-