ClassesClasses | | Operators

Arithmetic

List of Operators

abs_diff_imageAbsDiffImageAbsDiffImageabs_diff_image
Calculate the absolute difference of two images.
abs_imageAbsImageAbsImageabs_image
Calculate the absolute value (modulus) of an image.
acos_imageAcosImageAcosImageacos_image
Calculate the arccosine of an image.
add_imageAddImageAddImageadd_image
Add two images.
asin_imageAsinImageAsinImageasin_image
Calculate the arcsine of an image.
atan2_imageAtan2ImageAtan2Imageatan2_image
Calculate the arctangent of two images.
atan_imageAtanImageAtanImageatan_image
Calculate the arctangent of an image.
cos_imageCosImageCosImagecos_image
Calculate the cosine of an image.
div_imageDivImageDivImagediv_image
Divide two images.
exp_imageExpImageExpImageexp_image
Calculate the exponentiation of an image.
gamma_imageGammaImageGammaImagegamma_image
Perform a gamma encoding or decoding of an image.
invert_imageInvertImageInvertImageinvert_image
Invert an image.
log_imageLogImageLogImagelog_image
Calculate the logarithm of an image.
max_imageMaxImageMaxImagemax_image
Calculate the maximum of two images pixel by pixel.
min_imageMinImageMinImagemin_image
Calculate the minimum of two images pixel by pixel.
mult_imageMultImageMultImagemult_image
Multiply two images.
pow_imagePowImagePowImagepow_image
Raise an image to a power.
scale_imageScaleImageScaleImagescale_image
Scale the gray values of an image.
sin_imageSinImageSinImagesin_image
Calculate the sine of an image.
sqrt_imageSqrtImageSqrtImagesqrt_image
Calculate the square root of an image.
sub_imageSubImageSubImagesub_image
Subtract two images.
tan_imageTanImageTanImagetan_image
Calculate the tangent of an image.

ClassesClasses | | Operators