public class NormalizeScaleRealTypes<I extends RealType<I>,O extends RealType<O>> extends ScaleRealTypes<I,O> implements Ops.Convert.NormalizeScale
IterableInterval
not the range of
the input type.SpecialOp.Flavor
Modifier and Type | Field and Description |
---|---|
protected double |
outMax |
factor, inMin, outMin
NAME
NAME
Constructor and Description |
---|
NormalizeScaleRealTypes() |
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. |
void |
initialize()
Initializes the object.
|
compute
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
public void initialize()
Initializable
initialize
in interface Initializable
public void checkInput(I inType, O outType)
RealTypeConverter
checkInput
in class ScaleRealTypes<I extends RealType<I>,O extends RealType<O>>
public void checkInput(IterableInterval<I> in)
RealTypeConverter
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!checkInput
in class RealTypeConverter<I extends RealType<I>,O extends RealType<O>>
Copyright © 2014–2022 ImageJ. All rights reserved.