51 - 48 of 48 for ImageAdjustSearch Results
View search results from all Wolfram sites (88 matches)
ImageAdjust   (Built-in Mathematica Symbol)
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
ColorNegate   (Built-in Mathematica Symbol)
ColorNegate[image] gives the negative of image, in which all colors have been negated.
DistanceTransform   (Built-in Mathematica Symbol)
DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...
RidgeFilter   (Built-in Mathematica Symbol)
RidgeFilter[image] computes a measure for the presence of a ridge for each pixel in image.RidgeFilter[image, \[Sigma]] uses the specified ridge scale \[Sigma].
CornerFilter   (Built-in Mathematica Symbol)
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.CornerFilter[image, r] detects ...
GradientFilter   (Built-in Mathematica Symbol)
GradientFilter[image, r] gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius ...
Blur   (Built-in Mathematica Symbol)
Blur[image] gives a blurred version of image.Blur[image, r] gives a version of image blurred over pixel radius r.
ColorQuantize   (Built-in Mathematica Symbol)
ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
Sharpen   (Built-in Mathematica Symbol)
Sharpen[image] gives a sharpened version of image.Sharpen[image, r] gives a version of image sharpened over pixel radius r.
ImageClip   (Built-in Mathematica Symbol)
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...
 Previous

...