Operator Reference
Arithmetic
List of Operators
abs_diff_image
- Calculate the absolute difference of two images.
abs_image
- Calculate the absolute value (modulus) of an image.
acos_image
- Calculate the arccosine of an image.
add_image
- Add two images.
asin_image
- Calculate the arcsine of an image.
atan2_image
- Calculate the arctangent of two images.
atan_image
- Calculate the arctangent of an image.
cos_image
- Calculate the cosine of an image.
div_image
- Divide two images.
exp_image
- Calculate the exponentiation of an image.
gamma_image
- Perform a gamma encoding or decoding of an image.
invert_image
- Invert an image.
log_image
- Calculate the logarithm of an image.
max_image
- Calculate the maximum of two images pixel by pixel.
min_image
- Calculate the minimum of two images pixel by pixel.
mult_image
- Multiply two images.
pow_image
- Raise an image to a power.
scale_image
- Scale the gray values of an image.
sin_image
- Calculate the sine of an image.
sqrt_image
- Calculate the square root of an image.
sub_image
- Subtract two images.
tan_image
- Calculate the tangent of an image.