PRTools User Guide
IM_INVERT
A = IM_INVERT(A) A = A*IM_INVERT
Inverts image A by subtracting it from its maximum. Note that binary images can better be inverted by A = ~A. In that case also A = 1-A can be done.
datasets, datafiles,