A
- public class PlanarImgXYShortProjector<A extends GenericShortType<A>> extends AbstractProjector2D
AbstractProjector2D
that selects a 2D data
plain from an ShortType PlanarImg. The map method implements a normalization
function. The resulting image is a ShortType ArrayImg. *max
position
n
Constructor and Description |
---|
PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source,
ArrayImg<UnsignedShortType,ShortArray> 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, 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 PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source, ArrayImg<UnsignedShortType,ShortArray> 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.