ImageCumulativeSum¶
-
MLModule
¶ author Ola Friman
package FMEwork/ReleaseMeVis
dll MLImageCumulativeSum
definition MLImageCumulativeSum.def see also OrthoProjection
,itkAccumulateImageFilter
keywords image
,dimension
,dim
,accumulate
,integrate
,integration
,cumulative
,cumsum
,summation
Purpose¶
The module this calculates the cumulative sum of an image along one dimension.
Details¶
The sum will be calculated in the data type of the input image. That is, for limited data types such as int8
, uint8
, etc., overflow or underflow effects will easily occur. To avoid this, the type of the input image can be changed with the ImagePropertyConvert
module.
Parameter Fields¶
Visible Fields¶
Dimension¶
-
name:
dimension
, type:
Enum
, default:
x
¶ Defines the dimension to sum over.
Values:
Title | Name |
---|---|
x | x |
y | y |
z | z |
c | c |
t | t |
u | u |