Package mmand details
Mathematical Morphology in Any Number of Dimensions
Provides tools for performing mathematical morphology operations, such as erosion and dilation, on data of arbitrary dimensionality. Can also be used for finding connected components, resampling, filtering, smoothing and other image processing-style operations.
Maintainer: Jon Clayden < code at clayden.org >
From within R, enter citation('mmand')
To cite package 'mmand' in publications use:
Jon Clayden (2020). mmand: Mathematical Morphology in Any Number of
Dimensions. R package version 1.6.1.
https://github.com/jonclayden/mmand
A BibTeX entry for LaTeX users is
@Manual{,
title = {mmand: Mathematical Morphology in Any Number of Dimensions},
author = {Jon Clayden},
year = {2020},
note = {R package version 1.6.1},
url = {https://github.com/jonclayden/mmand},
}
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('mmand')
# from GitHub
neuro_install('mmand', release = "stable", release_repo = "github")
neuro_install('mmand', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | February 24 2020 5:48PM |
Last updated on | October 15 2020 2:50PM |
Package type | standard |
Source GitHub | https://github.com/jonclayden/mmand GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/mmand GitHub |
Reverse Imports | oasis, pbj, spant |
Reverse Suggests | RNiftyReg |