Description Usage Arguments See Also Examples
Perform brightness()
calculations on all tif images in a folder and save the
resulting brightness images to disk.
1 2 3 4 5 6 7 8 9 10 11 12 |
folder_path |
The path (relative or absolute) to the folder you wish to process. |
def |
A character. Which definition of brightness do you want to use,
|
thresh |
The threshold or thresholding method (see
|
detrend |
Detrend your data with |
quick |
If |
filt |
Do you want to smooth ( |
s |
A positive number. The S-factor of microscope acquisition. |
offset |
Microscope acquisition parameters. See reference Dalal et al. |
readout_noise |
Microscope acquisition parameters. See reference Dalal et al. |
parallel |
Would you like to use multiple cores to speed up this
function? If so, set the number of cores here, or to use all available
cores, use |
1 2 3 4 5 6 7 8 | ## Not run:
setwd(tempdir())
img <- ijtiff::read_tif(system.file("extdata", "50.tif", package = "nandb"))
ijtiff::write_tif(img, "img1.tif")
ijtiff::write_tif(img, "img2.tif")
brightness_folder(def = "B", thresh = "Huang")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.