I
- O
- public class DefaultBilateral<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<O>> implements Ops.Filter.Bilateral, Contingent
SpecialOp.Flavor
Modifier and Type | Field and Description |
---|---|
static int |
MAX_DIMS |
static int |
MIN_DIMS |
NAME
Constructor and Description |
---|
DefaultBilateral() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<I> input,
RandomAccessibleInterval<O> output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public static final int MIN_DIMS
public static final int MAX_DIMS
public void compute(RandomAccessibleInterval<I> input, RandomAccessibleInterval<O> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<RandomAccessibleInterval<I extends RealType<I>>,RandomAccessibleInterval<O extends RealType<O>>>
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 boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.