Crate ndarray_ndimage[][src]

Expand description

The ndarray-image crate provides multidimensional image processing for ArrayBase, the n-dimensional array data structure provided by ndarray.

Enums

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 of dimension shape with the same datatype and memory order as the input arr.

Binary dilation of a 3D binary image.

Binary erosion of a 3D binary image.

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.

Binary median filter.

Returns the most frequent label and its index.

Pad an image.

Multidimensional spline filter.

Calculate a 1-D spline filter along the given axis.

Type Definitions

3D mask