T
- value type of the input image.public final class ComputeDeltaBrightToDark<T extends NumericType<T>> extends Object implements ComputeDelta<T>
ComputeDelta
for bright-to-dark pass for
NumericType
. For a given threshold value a compute the
threshold value delta steps down the component tree: a+delta.Modifier and Type | Method and Description |
---|---|
T |
valueMinusDelta(T value)
Compute the threshold = (value - delta).
|
public T valueMinusDelta(T value)
ComputeDelta
valueMinusDelta
in interface ComputeDelta<T extends NumericType<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.