DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

Invert

logic operation

SYNOPSIS

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