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

Modulo

Arithmetic function

SYNOPSIS

#include "dip_math.h"

dip_Error dip_Modulo ( in, out, period )

DATATYPES

integer

FUNCTION

Computes the modulo of the input image values, by computing the remainder of the the division of the input image values with period.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_ImageoutOutput
dip_intperiodPeriod

SEE ALSO

Div, DivFloat, DivComplex, Reciprocal

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