Segmentation ObjectsCreate a Segmentation Objects
CreateSegmentation(coords, compact = FALSE)# S3 method for data.frame
CreateSegmentation(coords, compact = FALSE)
# S3 method for Segmentation
CreateSegmentation(coords, compact = FALSE)
# S3 method for sf
CreateSegmentation(coords, compact = TRUE)
A Segmentation object
The coordinates of cell segmentations
Logical indicating whether or not the object should only store segmentation data
in the sf.data slot; see Segmentation-class for details.