public abstract class AbstractThin extends AbstractUnaryHybridCF<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>
SpecialOp.Flavor| Modifier and Type | Field and Description |
|---|---|
protected ThinningStrategy |
m_strategy |
| Constructor and Description |
|---|
AbstractThin() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<BitType> input,
RandomAccessibleInterval<BitType> output)
Computes the output given some input.
|
RandomAccessibleInterval<BitType> |
createOutput(RandomAccessibleInterval<BitType> input)
Create an output object given some input.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, opops, setEnvironmentinitializeprotected ThinningStrategy m_strategy
public RandomAccessibleInterval<BitType> createOutput(RandomAccessibleInterval<BitType> input)
UnaryOutputFactoryinput - which determines how to create the outputpublic void compute(RandomAccessibleInterval<BitType> input, RandomAccessibleInterval<BitType> output)
UnaryComputerOpinput - 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 inputCopyright © 2014–2022 ImageJ. All rights reserved.