medpy.filter.IntensityRangeStandardization.IntensityRangeStandardization.train

IntensityRangeStandardization.train(images)[source]

Train a standard intensity space and an associated transformation model.

Note that the passed images should be masked to contain only the foreground.

Parameters:

images : sequence of array_likes

A number of images.

Returns:

IntensityRangeStandardization : IntensityRangeStandardization

This instance of IntensityRangeStandardization