public abstract class LocalThresholdIntegral<I extends RealType<I>> extends AbstractUnaryComputerOp<RandomAccessibleInterval<I>,IterableInterval<BitType>>
SpecialOp.Flavor
Modifier and Type | Field and Description |
---|---|
protected RectangleShape |
shape |
Constructor and Description |
---|
LocalThresholdIntegral() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<I> input,
IterableInterval<BitType> output)
Computes the output given some input.
|
RectangleShape |
getShape()
Get the shape (structuring element) used by this filter.
|
void |
initialize()
Initializes the object.
|
protected abstract int[] |
requiredIntegralImages() |
protected abstract CenterAwareIntegralComputerOp<I,BitType> |
unaryComputer() |
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
ops, setEnvironment
protected RectangleShape shape
public void initialize()
Initializable
public void compute(RandomAccessibleInterval<I> input, IterableInterval<BitType> output)
UnaryComputerOp
input
- Argument to the computation, which must be non-nulloutput
- Object where the computation's result will be stored, which
must be non-null and a different object than input
public RectangleShape getShape()
protected abstract CenterAwareIntegralComputerOp<I,BitType> unaryComputer()
protected abstract int[] requiredIntegralImages()
Copyright © 2014–2022 ImageJ. All rights reserved.