View source: R/ExtractToFuns.R
| ExtractMasks_toMatrix | R Documentation | 
Function to shortcut extraction, normalization and eventually colorization of masks to matrix ! excludes image.
ExtractMasks_toMatrix(..., objects, offsets, display_progress = TRUE)
... | 
 arguments to be passed to   | 
objects | 
 integer vector, IDEAS objects ids numbers to use. This argument is not mandatory, if missing, the default, all objects will be used.  | 
offsets | 
 object of class 'IFC_offset'.
This argument is not mandatory but it may allow to save time for repeated image export on same file.  | 
display_progress | 
 whether to display a progress bar. Default is TRUE.  | 
If 'param' is provided in '...', 'param$export'<-"matrix" only will be overwritten.
A list of matrices/arrays of images corresponding to objects extracted.
Arguments of objectExtract will be deduced from ExtractMasks_toMatrix input arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.