get_overlap_mask: get_overlap_mask

Description Usage Arguments Value

View source: R/count_foci.R

Description

creates mask for coincident foci

Usage

1
2
3
4
5
6
7
8
get_overlap_mask(
  strands,
  foci_label,
  watershed_stop,
  img_orig_foci,
  watershed_radius,
  watershed_tol
)

Arguments

strands

black white mask of strand channel

foci_label

black and white mask of foci channel

watershed_stop

Stop default watershed method with "on"

img_orig_foci

cropped foci channel

watershed_radius

Radius (ext variable) in watershed method used in foci channel. Defaults to 1 (small)

watershed_tol

Intensity tolerance for watershed method. Defaults to 0.05.

Value

mask with coincident foci on strands


mcneilllucy/synapsis documentation built on Dec. 21, 2021, 3:59 p.m.