1 - 10 of 38 for ImageConvolveSearch Results
ImageConvolve   (Built-in Mathematica Symbol)
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
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.
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.
Feature Detection   (Mathematica Guide)
Using a variety of state-of-the-art methods, Mathematica provides immediate functions for detecting and extracting features in images and other arrays of data. Mathematica ...
MeanFilter   (Built-in Mathematica Symbol)
MeanFilter[image, r] filters image by replacing every value by the mean value in its range-r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
CUDAImageConvolve   (CUDALink Symbol)
CUDAImageConvolve[img, kern] gives the convolution of img with kern. CUDAImageConvolve[list, kern] gives the convolution of list with kern. CUDAImageConvolve[mem, kern] gives ...
BoxMatrix   (Built-in Mathematica Symbol)
BoxMatrix[r] gives a (2 r + 1)*(2 r + 1) matrix of 1s. BoxMatrix[r, w] gives a (2 r + 1)*(2 r + 1) block of 1s centered in a w*w matrix of 0s. BoxMatrix[{r_1, r_2, ...}, ...] ...
ImageEffect   (Built-in Mathematica Symbol)
ImageEffect[image, " effect"] applies the specified image effect to image. ImageEffect[image, {"effect", params}] uses parameters params.
LaplacianFilter   (Built-in Mathematica Symbol)
LaplacianFilter[image, r] convolves image with a range-r Laplacian kernel. LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal directions. ...
LaplacianGaussianFilter   (Built-in Mathematica Symbol)
LaplacianGaussianFilter[image, r] convolves image with a Laplacian of Gaussian kernel of pixel radius r. LaplacianGaussianFilter[image, {r, \[Sigma]}] convolves image with a ...
1|2|3|4 Next

...