DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

And

logic operation

SYNOPSIS

#include "dip_math.h"

dip_Error dip_And ( in1, in2, out )

DATATYPES

binary, integer

FUNCTION

The function And performs the logic AND operation between the corresponding pixels in in1 and in2, and stores the result in out.

ARGUMENTS

Data typeNameDescription
dip_Imagein1First binary input image
dip_Imagein2Second binary input image
dip_ImageoutOutput image

SEE ALSO

Xor, Or, Invert

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