A
- sourcepublic class ArrayImgXYByteProjector<A extends GenericByteType<A>> extends AbstractProjector2D
AbstractProjector2D
that selects a 2D data
plain from an ByteType ArrayImg. The map method implements a normalization
function. The resulting image is a ByteType ArrayImg.max
position
n
Constructor and Description |
---|
ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes an ArrayImg and writes the result into target.
|
Modifier and Type | Method and Description |
---|---|
void |
map() |
bck, equals, fwd, hashCode, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrap
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
numDimensions
localize, positionAsLongArray, positionAsPoint
localize, positionAsDoubleArray, positionAsRealPoint
public ArrayImgXYByteProjector(ArrayImg<A,ByteArray> source, ArrayImg<UnsignedByteType,ByteArray> target, double normalizationFactor, double min)
UnsignedByteAWTScreenImage
for direct
displaying. The normalization is based on a normalization factor and a
minimum value with the following dependency:source
- Signed/Unsigned input datatarget
- Unsigned outputnormalizationFactor
- min
- Copyright © 2015–2022 ImgLib2. All rights reserved.