ddd_pylib.image_manip.
InvertOperator#
- class ddd_pylib.image_manip.InvertOperator[source]#
Bases:
ImageOperatorInverts 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