|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
| GradientFilter gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius r. |
| GradientFilter uses a Gaussian with standard deviation |
| GradientFilter uses a Gaussian with radii |
| GradientFilter applies gradient filtering to an array of data. |
| Method | "Bessel" | convolution kernel | |
| Padding | "Fixed" | padding method | |
| WorkingPrecision | Automatic | the precision to use | |
| "NonMaxSuppression" | False | whether to use non-maximum suppression |
| "Bessel" | standardized Bessel derivative kernel, used for Canny edge detection | |
| "Gaussian" | standardized Gaussian derivative kernel, used for Canny edge detection | |
| "ShenCastan" | first-order derivatives of exponentials | |
| "Sobel" | binomial generalizations of the Sobel edge detection kernels | |
| {kernel1,kernel2,...} | explicit kernels specified for each dimension |