1 - 10 of 23 for ColorCombineSearch Results
View search results from all Wolfram sites (34 matches)
ColorCombine   (Built-in Mathematica Symbol)
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
ImageColorSpace   (Built-in Mathematica Symbol)
ImageColorSpace[image] gives the name of the color space of image.
AlphaChannel   (Built-in Mathematica Symbol)
AlphaChannel[image] returns the alpha channel of image.
RemoveAlphaChannel   (Built-in Mathematica Symbol)
RemoveAlphaChannel[image] removes all opacity information from image.RemoveAlphaChannel[image, c] removes opacity by blending all pixels with the background color c.
Color Processing   (Mathematica Guide)
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
SetAlphaChannel   (Built-in Mathematica Symbol)
SetAlphaChannel[image] adds a fully opaque alpha channel to image.SetAlphaChannel[image, a] sets the opacity of all pixels to a.SetAlphaChannel[image, aimage] sets the alpha ...
ColorSeparate   (Built-in Mathematica Symbol)
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
Create an Image Object   (Mathematica How To)
Images are an important standard data structure, tightly integrated with the Mathematica front end and kernel. Image objects are created by default when you import any file ...
WatershedComponents   (Built-in Mathematica Symbol)
WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment ...
Thinning   (Built-in Mathematica Symbol)
Thinning[image] finds the skeletons of foreground regions in image by applying morphological thinning until convergence.Thinning[image, n] performs n iterations of ...
1|2|3 Next

...