Module org.scijava.ops.image
Package org.scijava.ops.image.threshold.apply
-
Class Summary Class Description ApplyConstantThreshold<T extends RealType<T>> Applies the given threshold value to every element along the givenIterableinput.ApplyThresholdComparable<T> Applies a threshold value (the second input) to the given comparable object, producing aBitTypeset to 1 iff the object compares above the threshold.ApplyThresholdComparator<T> Applies a threshold value (the second input) to the given object using the specified comparator, producing aBitTypeset to 1 iff the object compares above the threshold.