Learn R Programming

⚠️There's a newer version (1.4.3) of this package.Take me there.

autothresholdr (version 1.3.0)

An R Port of the 'ImageJ' Plugin 'Auto Threshold'

Description

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 and Landini et al. (2017) .

Copy Link

Version

Install

install.packages('autothresholdr')

Monthly Downloads

1,147

Version

1.3.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Rory Nolan

Last Published

November 5th, 2018

Functions in autothresholdr (1.3.0)

mean_stack_thresh

Threshold every image frame in an image stack based on their mean.
threshed_arr

Thresholded array class.
stack_threshed_img

Stack-thresholded image class.
th

Automatically found threshold class.
arr_mask

Array mask class.
auto_thresh

Automatically threshold an array of non-negative integers.
med_stack_thresh

Threshold every image frame in a stack based on their median.