GitHub - rorynolan/autothresholdr: An R port of the "Auto Threshold" plugin for ImageJ for thresholding images. (original) (raw)
autothresholdr 
Algorithms for automatically finding appropriate thresholds for numerical data, with special functions for thresholding images.
Installation
You can install the release version of autothresholdr
fromCRAN with:
install.packages("autothresholdr")
You can install the development version of autothresholdr
fromGitHub with:
devtools::install_github("rorynolan/autothresholdr")
How to use autothresholdr
To learn how to use the autothresholdr
, consult the package website athttps://rorynolan.github.io/autothresholdr/.
Contribution
Contributions to this package are welcome. The preferred method of contribution is through a github pull request. Feel free to contact me by creating an issue. Please note that this project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.