Arithmetic Methods

CVB.Net Documentation

The Arithmetic type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAbsolute
Determines the absolute values of the pixels in the input image img.
Public methodStatic memberAdd(Image, Image, PixelOverflow)
Add the pixel values of both input images to obtain the output image.
Public methodStatic memberAdd(Image, Double, PixelOverflow)
Add constant offsets to the pixel values of the input image.
Public methodStatic memberAdd(Image, Double, PixelOverflow)
Add constant offsets to the pixel values of the input image.
Public methodStatic memberDivide(Image, Double)
Divide pixel values from the input image by a constant value.
Public methodStatic memberDivide(Image, Double)
Divide pixel values from the input image by constant values.
Public methodStatic memberDivide(Image, Image, Int32)
Divide the pixel values of img2 by the pixel values of img2 to obtain the output image and shift them up by upShift bits to preserve information.
Public methodStatic memberMultiply(Image, Image, PixelOverflow)
Multiply the pixel values of both input images to obtain the output image.
Public methodStatic memberMultiply(Image, Double, PixelOverflow)
Multiply constant values to the pixel values of the input image.
Public methodStatic memberMultiply(Image, Double, PixelOverflow)
Multiply constant values to the pixel values of the input image.
Public methodStatic memberSqrt
Calculates the square roots of pixel values of a source image and writes them into the destination image.
Public methodStatic memberSquare
Squares the pixel values of the input image to obtain the output image.
Public methodStatic memberSubtract(Image, Image)
Subtract the pixel values of img2 from img1 to obtain the output image.
Public methodStatic memberSubtract(Image, Double)
Subtract constant offsets from the pixel values of the input image.
Public methodStatic memberSubtract(Image, Double)
Subtract constant offsets from the pixel values of the input image.
Public methodStatic memberSubtractAbs(Image, Image)
Subtract the pixel values of img2 from img1 to obtain the output image.
Public methodStatic memberSubtractAbs(Image, Double)
Subtract constant offsets from the pixel values of the input image.
Public methodStatic memberSubtractAbs(Image, Double)
Subtract constant offsets from the pixel values of the input image.
Top
See Also

Reference