Package: autothresholdr 1.4.2
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.2.tar.gz
autothresholdr_1.4.2.zip(r-4.5)autothresholdr_1.4.2.zip(r-4.4)autothresholdr_1.4.2.zip(r-4.3)
autothresholdr_1.4.2.tgz(r-4.4-x86_64)autothresholdr_1.4.2.tgz(r-4.4-arm64)autothresholdr_1.4.2.tgz(r-4.3-x86_64)autothresholdr_1.4.2.tgz(r-4.3-arm64)
autothresholdr_1.4.2.tar.gz(r-4.5-noble)autothresholdr_1.4.2.tar.gz(r-4.4-noble)
autothresholdr_1.4.2.tgz(r-4.4-emscripten)autothresholdr_1.4.2.tgz(r-4.3-emscripten)
autothresholdr.pdf |autothresholdr.html✨
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
Last updated 12 months agofrom:da18032fdd. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | OK | Nov 03 2024 |
R-4.5-linux-x86_64 | OK | Nov 03 2024 |
R-4.4-win-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-aarch64 | OK | Nov 03 2024 |
R-4.3-win-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-aarch64 | OK | Nov 03 2024 |
Exports:apply_maskauto_threshauto_thresh_apply_maskauto_thresh_maskmaskmasked_arrmean_stack_threshmed_stack_threshstack_threshed_imgththreshed_arr
Dependencies:backportsbitbit64checkmateclicliprcpp11crayondplyrfansifsgenericsgluehmsijtifflifecyclemagrittrpillarpkgconfigprettyunitsprogresspurrrR6Rcppreadrrlangstrexstringistringrtibbletidyselecttzdbutf8vctrsvroomwithrzeallot
Finding Thresholds
Rendered fromfinding-thresholds.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2021-12-15
Started: 2018-09-07
Thresholding Image Stacks
Rendered fromthresholding-image-stacks.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2018-09-07
Started: 2018-09-07
Thresholding Images
Rendered fromthresholding-images.Rmd
usingknitr::rmarkdown
on Nov 03 2024.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 |