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.FlavorNAME| 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, setInputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic String calculate(IterableInterval<T> input)
UnaryFunctionOpcalculate 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.