Table of Contents

Name

abs - get the absolute value of an image

Synopsis

abs inimage outimage

Description

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