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')
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 | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/jonclayden/mmand GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/mmand GitHub |
Imports | methods, Rcpp |
LinkingTo | Rcpp |
Suggests | loder, tinytest, covr |
Reverse Imports | oasis, spant, pbj |
Reverse Suggests | RNiftyReg |