public class DefaultASCII<T extends RealType<T>> extends AbstractUnaryFunctionOp<IterableInterval<T>,String> implements Ops.Image.ASCII
Only the first two dimensions of the image are considered.
SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultASCII() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
ascii(IterableInterval<T> image,
T min,
T max) |
String |
calculate(IterableInterval<T> input)
Calculates the output given some input.
|
void |
initialize()
Initializes the object.
|
in, out, run, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public String calculate(IterableInterval<T> input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<IterableInterval<T extends RealType<T>>,String>
input
- Argument to the functionpublic static <T extends RealType<T>> String ascii(IterableInterval<T> image, T min, T max)
Copyright © 2014–2022 ImageJ. All rights reserved.