Learn R Programming

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

mmand (version 1.1.0)

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 resampling, filtering, smoothing and other image processing-style operations.

Copy Link

Version

Install

install.packages('mmand')

Monthly Downloads

764

Version

1.1.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Clayden

Last Published

September 24th, 2014

Functions in mmand (1.1.0)

binarise

Binarise a numeric array
gameOfLife

Conway's Game of Life
binary

Check for a binary array
neighbourhood

Get neighbourhood information for an array
filters

Apply a filter to an array
resample

Resample an array
morph

Morph an array with a kernel
morphology

Standard mathematical morphology operations
kernels

Kernel-generating functions
gaussianSmooth

Smooth a numeric array with a Gaussian kernel
sampleKernelFunction

Sampling and plotting kernels
display

Display a 2D image