Divide
This function divides the images Input1 by Input2 pixel by pixel and generates the Output image.
|
Parameter |
Description |
|---|---|
|
Factor |
Here you adjust the scaling factor by which the result of the division is multiplied. Using this factor it is possible to keep the gray values of the output image within the range of 0 to the maximum gray value. Values that are greater than the maximum gray value are in any case limited to the maximum gray value. Negative values are set to 0. Value range: -20 ... +20 |
Values outside boundaries
The resulting pixel values cannot be outside the value range of the corresponding pixel type, e.g. for an 8 Bit B/W image, the values cannot fall below 0 or exceed 255.
If the resulting value lies outside the value range, it is set to the maximum or minimum value.