Class | Description |
---|---|
ApplyConstantThreshold<T extends RealType<T>> |
Applies the given threshold value to every element along the given
Iterable input. |
ApplyManualThreshold<T extends RealType<T>> |
Applies a threshold to an
Img . |
ApplyThresholdComparable<T> |
Applies a threshold value (the second input) to the given comparable object,
producing a
BitType set 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 a
BitType set to 1 iff the object
compares above the threshold. |
LocalThreshold<T extends RealType<T>> |
Apply a local thresholding method to an image, optionally using a out of
bounds strategy.
|
LocalThresholdIntegral<I extends RealType<I>> |
Apply a local thresholding method to an image using integral images for speed
up, optionally using a out of bounds strategy.
|
Copyright © 2014–2022 ImageJ. All rights reserved.