Description Usage Arguments Value
View source: R/internal_fluo_est.R
It despeckles the BF image data matrix (similar to the despeckle function of ImageJ)
1 | despecklefun(img, pix, thresh)
|
img |
Data matrix. The BF image data matrix. |
pix |
Integer. A cutoff specifing the area to be examined for speckles. |
thresh |
Integer. A cutoff to perform the despeckle function. If pixel signal > median object signal + thresh, the object is a speckle and the median object signal is returned. |
A despeckled image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.