1 - 10 of 26 for ImageAddSearch Results
View search results from all Wolfram sites (39 matches)
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 ...
CUDAImageAdd   (CUDALink Symbol)
CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
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 ...
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.
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 ...
Image Representation   (Mathematica Guide)
Mathematica's symbolic architecture allows a unique representation and treatment of images in both programs and documents. Mathematica supports images with arbitrary numbers ...
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 ...
MaxDetect   (Built-in Mathematica Symbol)
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
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.
1|2|3 Next

...