image = | invert3dImg (inImg3d) |
algorithm allowing to invert 3d image intensity
Given an input image , output image
as follow :
where is defined from input image extrema.
This transformation allows to preserve image range since :
During this transformation, image histogram is mirrored around mean input range .
See Greyscale inversion of 2d image for an illustration of a greyscale inversion of 2d a image.
In this case algorithm is applied 3d bloc by 3d bloc (ie image extrema are computed and applied 3d bloc by 3d bloc), for a 2d version of this algorithm see Greyscale inversion of 2d image.