Package | Description |
---|---|
net.imagej.ops.convert.normalizeScale | |
net.imagej.ops.convert.scale |
Modifier and Type | Class and Description |
---|---|
class |
NormalizeScaleRealTypes<I extends RealType<I>,O extends RealType<O>>
Scales input values to their corresponding value in the output type range
based on the min/max values of an
IterableInterval not the range of
the input type. |
Modifier and Type | Class and Description |
---|---|
class |
ScaleRealTypes<I extends RealType<I>,O extends RealType<O>>
Scales input values to their corresponding value in the output type range.
|
Copyright © 2014–2022 ImageJ. All rights reserved.