Version: 5.4.4-ice35-b82
|
Provides methods for performing projections of Pixels sets.
Performs a projection through the optical sections of a particular wavelength at a given time point of a Pixels set.
null
, the source Pixels set
pixels type will be used.MAXIMUM_INTENSITY
,
MEAN_INTENSITY
or
SUM_INTENSITY
. NOTE:
When performing a
SUM_INTENSITY
projection,
pixel values will be pinned to the
maximum pixel value of the destination
Pixels type.stepping=1
will
use every optical section from
start
to end
where
stepping=2
will use every
other section from start
to
end
to perform the projection.A byte array of projected pixel values whose length
is equal to the Pixels set
8 sizeX * sizeY * bytesPerPixel
in
big-endian format.
algorithm
is unknowntimepoint
is out of rangechannelIndex
is out of rangestart
is out of rangeend
is out of rangestart > end
pixelsId
is
unlocatable.Performs a projection through selected optical sections and optical sections for a given set of time points of a Pixels set. The Image which is linked to the Pixels set will be copied using IPixels::copyAndResizeImage.
null
, the source Pixels set
pixels type will be used.MAXIMUM_INTENSITY
,
MEAN_INTENSITY
or
SUM_INTENSITY
. NOTE:
When performing a
SUM_INTENSITY
projection,
pixel values will be pinned to the
maximum pixel value of the destination
Pixels type.stepping=1
will use every
optical section from start
to
end
where
stepping=2
will use every
other section from start
to
end
to perform the projection.null
the name of the Image linked
to the Pixels qualified by
pixelsId
will be used with a
Projection suffix. For example,
GFP-H2B Image of HeLa Cells will have an
Image name of
GFP-H2B Image of HeLa Cells Projection
used for the projection.The Id of the newly created Image which has been projected.
algorithm
is unknowntStart
is out of rangetEnd
is out of rangetStart > tEnd
channels
is null or has indexes out of
rangezStart
is out of rangezEnd
is out of rangezStart > zEnd
pixelsId
is
unlocatable.
|