Automatic Differentiation with Autograd#
| Apply a threshold to an array, setting values below the threshold to vmin and values above to vmax. | |
| Rescale an array from an arbitrary input range to an arbitrary output range. | |
| 
 | Compute the external morphological gradient of an array. | 
| 
 | Compute the internal morphological gradient of an array. | 
| 
 | Compute the morphological gradient of an array. | 
| Perform grey closing on an array. | |
| Perform grey opening on an array. | |
| Perform grey erosion on an array. | |
| Perform grey dilation on an array. | |
| 
 | Pad an array along a specified axis with a given mode and padding width. | 
| Convolve an array with a given kernel. | |
| Multidimensional Gaussian filter. | |
| alias of  | |
| alias of  | |
| Calculate the size of the kernel in pixels based on the given radius and pixel size. | |
| Calculate the grey indicator for a given array. | |
| make_filter() with a default filter_type value of circular. | |
| make_filter() with a default filter_type value of conic. | |
| Create a penalty function based on the curvature of a set of points. | |
| 
 | Computes a penalty for erosion/dilation of a parameter map not being unity. | 
| Create a filter function based on the specified kernel type and size. | |
| Create a function that filters and projects an array. | |
| Apply a piecewise linear ramp projection to an array. | |
| Apply a tanh-based soft-thresholding projection to an array. |