Arithmetic function
#include "dip_math.h"
dip_Error dip_Modulo ( in, out, period )
integer
Computes the modulo of the input image values, by computing the remainder of the the division of the input image values with period.
Data type | Name | Description |
dip_Image | in | Input |
dip_Image | out | Output |
dip_int | period | Period |
Div, DivFloat, DivComplex, Reciprocal
DIPlib on-line documentation | Function reference | Global function index