Package | Description |
---|---|
net.imagej.ops.convert | |
net.imagej.ops.convert.clip | |
net.imagej.ops.convert.copy | |
net.imagej.ops.convert.normalizeScale | |
net.imagej.ops.convert.scale |
Modifier and Type | Method and Description |
---|---|
<I extends RealType<I>,O extends RealType<O>> |
ConvertNamespace.imageType(IterableInterval<O> out,
IterableInterval<I> in,
RealTypeConverter<I,O> typeConverter) |
Modifier and Type | Class and Description |
---|---|
class |
ClipRealTypes<I extends RealType<I>,O extends RealType<O>>
Copies the value of one
RealType to another, and clips values which
are outside of the output types range. |
Modifier and Type | Class and Description |
---|---|
class |
CopyRealTypes<I extends RealType<I>,O extends RealType<O>>
Copies the value of one
RealType into another using double
precision. |
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.