arithmetic function
dip_Error dip_WeightedDiv ( in1, in2, out, weight )
binary, integer, float, complex
This function calculates out = in1 / weight * in2; If (weight * in2) is zero, out will be set to zero as well.
Data type | Name | Description |
dip_Image | in1 | First input |
dip_Image | in2 | Second input |
dip_Image | out | Output |
dip_float | weight | Weight |