int im_remainder( IMAGE *in1, IMAGE *in2, IMAGE *out )
int im_remainderconst( IMAGE *in, IMAGE *out, double c )
int im_remainderconst_vec( IMAGE *in, IMAGE *out, int n, double *c )
DESCRIPTION
im_remainder(3)
calculates the remainder after integer division of two images. The output
type is the same as the type of
in1
unless
in1
is float or complex, in which
case the output type is signed integer.
im_remainderconst(3)
calculates the remainder after integer division of
in
by the constant
c.
The output
type is the same as the type of
in
unless
in
is float or complex, in which
case the output type is signed integer.