Table of Contents
abs - get the absolute value of an image
abs inimage outimage
abs generates outimage which contains the absolute value of
the input image. This treats input values as signed 8-bit quantities. Input
values of 0 map to white. 255 also maps to white. 128 maps into black.
Table of Contents