Invert

logic operation

SYNOPSIS

#include "dip_math.h"

dip_Error dip_Invert ( in, out )

DATA TYPES

binary, integer

FUNCTION

The function Invert inverts the pixel value in in1 and stores the result in out.

ARGUMENTS

Data typeNameDescription
dip_ImageinBinary input image
dip_ImageoutOutput image

SEE ALSO

And, Xor, Or