public abstract class RealTypeConverter<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryComputerOp<I,O>
RealType
s.SpecialOp.Flavor
Constructor and Description |
---|
RealTypeConverter() |
Modifier and Type | Method and Description |
---|---|
void |
checkInput(I inType,
O outType)
Allows the convert pix operation to determine some parameters from the
concrete input and output types.
|
void |
checkInput(IterableInterval<I> in)
If the pixels to be converted stem from an
IterableInterval some
additionally needed parameters (e.g. |
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, compute, getIndependentInstance, run, run
run
candidates, filterArity, op
ops, setEnvironment
initialize
public void checkInput(I inType, O outType)
public void checkInput(IterableInterval<I> in)
IterableInterval
some
additionally needed parameters (e.g. for normalization) can be calculated
here (hence, some heavier calculation might take place here). Might never
be called!Copyright © 2014–2022 ImageJ. All rights reserved.