ddd_pylib.image_manip.

InvertOperator#

class ddd_pylib.image_manip.InvertOperator[source]#

Bases: ImageOperator

Inverts the intensity values of the input image. If the values use an integer type, the inversion is done based on the maximum and minimum values of that type. Otherwise, the inversion is done based on the maximum and minimum values present in the image.

Methods

getPrefix()[source]#

Prefix added to the input image name to generate the output image name.

Return type:

str