public class InvertII<T extends RealType<T>> extends AbstractUnaryComputerOp<IterableInterval<T>,IterableInterval<T>> implements Ops.Image.Invert
SpecialOp.Flavor
NAME
Constructor and Description |
---|
InvertII() |
Modifier and Type | Method and Description |
---|---|
void |
compute(IterableInterval<T> input,
IterableInterval<T> output)
Computes the output given some input.
|
static <T extends RealType<T>> |
minValue(T type) |
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 void compute(IterableInterval<T> input, IterableInterval<T> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<IterableInterval<T extends RealType<T>>,IterableInterval<T extends RealType<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 input
public static <T extends RealType<T>> T minValue(T type)
Copyright © 2014–2022 ImageJ. All rights reserved.