Learn R Programming

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

mmand (version 1.2.0)

Mathematical Morphology in Any Number of Dimensions

Description

Provides tools for performing mathematical morphology operations, such as erosion and dilation, on data of arbitrary dimensionality. 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.2.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Clayden

Last Published

August 6th, 2015

Functions in mmand (1.2.0)

isKernel

Kernel-generating functions
display

Display a 2D image
binarise

Binarise a numeric array
threshold

Threshold a numeric array or vector
neighbourhood

Get neighbourhood information for an array
gameOfLife

Conway's Game of Life
morph

Morph an array with a kernel
sampleKernelFunction

Sampling and plotting kernels
resample

Resample an array
gaussianSmooth

Smooth a numeric array with a Gaussian kernel
erode

Standard mathematical morphology operations
binary

Check for a binary array
meanFilter

Apply a filter to an array