1 - 10 of 25 for ImageMultiplySearch Results
ImageMultiply   (Built-in Mathematica Symbol)
ImageMultiply[image, x] multiplies each channel value in image by a factor x. ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
ImageDifference   (Built-in Mathematica Symbol)
ImageDifference[image_1, image_2] gives an image in which each pixel is the absolute difference of the corresponding pixels in image_1 and image_2.
ImageSubtract   (Built-in Mathematica Symbol)
ImageSubtract[image, x] subtracts a constant amount x from each channel value in image. ImageSubtract[image_1, image_2] gives an image in which each pixel is obtained by ...
Basic Image Manipulation   (Mathematica Guide)
Mathematica's symbolic architecture makes it possible to treat images just like any other form of expression—applying functions to them, displaying and inputting them in ...
ImageAdd   (Built-in Mathematica Symbol)
ImageAdd[image, x] adds an amount x to each channel value in image. ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageCompose   (Built-in Mathematica Symbol)
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
CUDAImageMultiply   (CUDALink Symbol)
CUDAImageMultiply[img, x] multiplies an amount x to each channel value in img. CUDAImageMultiply[mem, x] multiplies an amount x to each channel value in mem. ...
New in 7.0: Data Manipulation   (Mathematica Guide)
Building on Mathematica's unified symbolic architecture, Mathematica 7 introduces several major new integrated forms of data manipulation—including large-scale support for ...
ImageApply   (Built-in Mathematica Symbol)
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image. TooltipBox["9+"]ImageApply[f, {image_1, image_2, ...}] applies f to the ...
Image Processing & Analysis   (Mathematica Guide)
Mathematica provides broad and deep built-in support for both programmatic and interactive modern industrial-strength image processing—fully integrated with Mathematica's ...
1|2|3 Next

...