image_to_poly.Rd
Convert image to SpatialPolygons
image_to_poly(dir, file)
String. Directory for images.
String. File name.
A list with components:
sf MULTIPOLYGON. All cells, with values stored in a 'value' column.
Dataframe with two columns: x and y coordinates of tri-cell junctions.