Description Usage Arguments Value
View source: R/rough_alignment.R
Initial alignment of mask and image
1 | rough_align(img, mask, img_fill_value = img_mode(img), ...)
|
img |
Image - greyscale, white(ish) as background, black as signal |
mask |
Mask; white (signal) and black (bkgd) |
img_fill_value |
value to fill any image padding with; defaults to the
mode value (as calculated by |
... |
extra parameters to pass to em_thresh for automatic thresholding |
list containing image and mask which have been aligned to center value and rotated via principal components so that PC1 is the positive y-axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.