Learn R Programming

⚠️There's a newer version (1.6.3) of this package.Take me there.

mmand (version 0.1.2)

Mathematical Morphology in Any Number of Dimensions

Description

This package provides tools for performing mathematical morphology operations, such as erosion and dilation, on data of arbitrary dimensionality. It can also be used for smoothing and other image processing-style operations.

Copy Link

Version

Install

install.packages('mmand')

Monthly Downloads

809

Version

0.1.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Clayden

Last Published

August 14th, 2012

Functions in mmand (0.1.2)

kernels

Kernel-generating functions
binarise

Binarise a numeric array
gameOfLife

Conway's Game of Life
morphology

Standard mathematical morphology operations
morph

Morph an array with a kernel
gaussianSmooth

Smooth a numeric array with a Gaussian kernel