Boolean functions

and(M, N) Returns the boolean AND of the two image matrices M and N, which must be the same size.

or(M,N) Returns boolean OR of the two image matrices M and N, which must be the same size.

Arguments: