Crate ndarray_ndimage
source ·Expand description
The ndarray-image
crate provides multidimensional image processing for ArrayBase
,
the n-dimensional array data structure provided by ndarray
.
Enums
- Method that will be used to determines how the input array is extended beyond its boundaries.
- 3D common kernels. Also called Structuring Element.
- Method that will be used to select the padded values.
Functions
- Utilitary function that returns a new n-dimensional array of dimension
shape
with the same datatype and memory order as the inputarr
. - Binary closing of a 3D binary image.
- Binary dilation of a 3D binary image.
- Binary erosion of a 3D binary image.
- Binary opening of a 3D binary image.
- Multidimensional convolution.
- Calculate a 1-D convolution along the given axis.
- Multidimensional correlation.
- Calculate a 1-D correlation along the given axis.
- Utilitary function that returns the mask dimension minus 1 on all dimensions.
- Gaussian filter for n-dimensional arrays.
- Gaussian filter for 1-dimensional arrays.
- Labels features of 3D binary images.
- Calculates the histogram of a label image.
- Returns a new mask, containing the biggest zone of
mask
. - Calculate a multidimensional maximum filter.
- Calculate a 1-D maximum filter along the given axis.
- Calculate a 1-D maximum filter along the given axis.
- Binary median filter.
- Calculate a multidimensional minimum filter.
- Calculate a 1-D minimum filter along the given axis.
- Calculate a 1-D minimum filter along the given axis.
- Returns the most frequent label and its index.
- Pad an image.
- Pad an image.
- Calculate a Prewitt filter.
- Shift an array.
- Calculate a Prewitt filter.
- Multidimensional spline filter.
- Calculate a 1-D spline filter along the given axis.
- Zoom an array.
Type Aliases
- 3D mask