public class DefaultExtractHolesComputer<T extends BooleanType<T>> extends AbstractUnaryComputerOp<RandomAccessibleInterval<T>,RandomAccessibleInterval<T>> implements Ops.Morphology.ExtractHoles
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultExtractHolesComputer() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<T> input,
RandomAccessibleInterval<T> output)
Computes the output given some input.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic void compute(RandomAccessibleInterval<T> input, RandomAccessibleInterval<T> output)
UnaryComputerOpcompute in interface UnaryComputerOp<RandomAccessibleInterval<T extends BooleanType<T>>,RandomAccessibleInterval<T extends BooleanType<T>>>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 inputCopyright © 2014–2022 ImageJ. All rights reserved.