Arithmetic function
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 |