Package | Description |
---|---|
net.imagej.ops.threshold | |
net.imagej.ops.threshold.apply |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplyThreshold<I,O>
An algorithm for applying a threshold value to an object.
|
interface |
ApplyThresholdIterable<T,I extends Iterable<T>,O>
Interface for
ApplyThreshold implementations that operate over an
iteration. |
Modifier and Type | Class and Description |
---|---|
class |
ApplyConstantThreshold<T extends RealType<T>>
Applies the given threshold value to every element along the given
Iterable input. |
class |
ApplyManualThreshold<T extends RealType<T>>
Applies a threshold to an
Img . |
class |
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. |
class |
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. |
Copyright © 2014–2022 ImageJ. All rights reserved.