A - public class PlanarImgXYByteProjector<A extends GenericByteType<A>> extends AbstractProjector2D
AbstractProjector2D that selects a 2D data
plain from a ByteType PlanarImg. The map method implements a normalization
function. The resulting image is a ByteType ArrayImg. *maxpositionn| Constructor and Description |
|---|
PlanarImgXYByteProjector(PlanarImg<A,ByteArray> source,
ArrayImg<UnsignedByteType,ByteArray> target,
double normalizationFactor,
double min)
Normalizes a PlanarImg 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, wrapgetDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localizenumDimensionsclone, finalize, getClass, notify, notifyAll, wait, wait, waitnumDimensionslocalize, positionAsLongArray, positionAsPointlocalize, positionAsDoubleArray, positionAsRealPointpublic PlanarImgXYByteProjector(PlanarImg<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.