public abstract class AbstractApplyThresholdIterable<T,I extends Iterable<T>,O extends Iterable<BitType>> extends AbstractUnaryHybridCF<I,O> implements ApplyThresholdIterable<T,I,O>
ApplyThresholdIterable
implementations.SpecialOp.Flavor
Modifier and Type | Field and Description |
---|---|
protected BinaryComputerOp<I,T,O> |
applyThresholdComp |
NAME
Constructor and Description |
---|
AbstractApplyThresholdIterable() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I input,
O output)
Computes the output given some input.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getThreshold
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
calculate, calculate, createOutput, getIndependentInstance, run, run
createOutput
run
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.