Package: autothresholdr 1.4.3

autothresholdr: An R Port of the 'ImageJ' Plugin 'Auto Threshold'
Algorithms for automatically finding appropriate thresholds for numerical data, with special functions for thresholding images. Provides the 'ImageJ' 'Auto Threshold' plugin functionality to R users. See <https://imagej.net/plugins/auto-threshold> and Landini et al. (2017) <doi:10.1111/jmi.12474>.
Authors:
autothresholdr_1.4.3.tar.gz
autothresholdr_1.4.3.zip(r-4.7)autothresholdr_1.4.3.zip(r-4.6)autothresholdr_1.4.3.zip(r-4.5)
autothresholdr_1.4.3.tgz(r-4.6-x86_64)autothresholdr_1.4.3.tgz(r-4.6-arm64)autothresholdr_1.4.3.tgz(r-4.5-x86_64)autothresholdr_1.4.3.tgz(r-4.5-arm64)
autothresholdr_1.4.3.tar.gz(r-4.7-arm64)autothresholdr_1.4.3.tar.gz(r-4.7-x86_64)autothresholdr_1.4.3.tar.gz(r-4.6-arm64)autothresholdr_1.4.3.tar.gz(r-4.6-x86_64)
autothresholdr_1.4.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
autothresholdr/json (API)
NEWS
| # Install 'autothresholdr' in R: |
| install.packages('autothresholdr', repos = c('https://rorynolan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rorynolan/autothresholdr/issues
Pkgdown/docs site:https://rorynolan.github.io
Last updated from:a720207320. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 138 | ||
| linux-devel-x86_64 | OK | 168 | ||
| source / vignettes | OK | 228 | ||
| linux-release-arm64 | OK | 150 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-release-x86_64 | OK | 271 | ||
| macos-oldrel-arm64 | OK | 102 | ||
| macos-oldrel-x86_64 | OK | 245 | ||
| windows-devel | OK | 119 | ||
| windows-release | OK | 106 | ||
| windows-oldrel | OK | 107 | ||
| wasm-release | OK | 127 |
Exports:apply_maskauto_threshauto_thresh_apply_maskauto_thresh_maskmaskmasked_arrmean_stack_threshmed_stack_threshstack_threshed_imgththreshed_arr
Dependencies:backportsbitbit64checkmateclicliprcpp11crayondplyrfsgenericsgluehmsijtiffjsonlitelifecyclelubridatemagrittrpillarpkgconfigprettyunitsprogresspurrrR6Rcppreadrrlangstrexstringistringrtibbletidyselecttimechangetzdbutf8vctrsvroomwithr
Finding Thresholds
Rendered fromfinding-thresholds.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2025-09-24
Started: 2018-09-07
Thresholding Image Stacks
Rendered fromthresholding-image-stacks.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-09-07
Started: 2018-09-07
Thresholding Images
Rendered fromthresholding-images.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2021-11-18
Started: 2018-09-07
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Automatically threshold an array of non-negative integers. | apply_mask auto_thresh auto_thresh_apply_mask auto_thresh_mask mask |
| Masked array class. | masked_arr |
| Threshold every image frame in an image stack based on their mean. | mean_stack_thresh |
| Threshold every image frame in a stack based on their median. | med_stack_thresh |
| Stack-thresholded image class. | stack_threshed_img |
| Automatically found threshold class. | th |
| Thresholded array class. | threshed_arr |
