conn_comp | R Documentation |
Find connected components in an image
conn_comp(x, ...)
## S4 method for signature 'NeuroVol'
conn_comp(
x,
threshold = 0,
cluster_table = TRUE,
local_maxima = TRUE,
local_maxima_dist = 15,
...
)
x |
the image object |
... |
additional arguments |
threshold |
threshold defining lower intensity bound for image mask |
cluster_table |
return cluster_table |
local_maxima |
return table of local maxima |
local_maxima_dist |
the distance used to define minum distance between local maxima |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.