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

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

DIPlib on-line documentation | Function reference | Global function index