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.

Windows

Default Panel

../../../Modules/ML/MLImageCumulativeSum/mhelp/Images/Screenshots/ImageCumulativeSum._default.png

Input Fields

input0

name: input0, type: Image

Output Fields

output0

name: output0, type: Image

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

Sum in negative direction

name: negativeDirection, type: Bool, default: FALSE

If checked, the module reverses the direction of summing along the chosen dimension.

Update

name: calcButton, type: Trigger

If pressed, the module computes anew.

Auto update

name: autoUpdate, type: Bool, default: TRUE

If checked, the module computes anew on any parameter or input change.