navigate.model.analysis.boundary_detect.map_boundary
- navigate.model.analysis.boundary_detect.map_boundary(boundary, direction=True)
Map boundary to a path.
- Parameters:
boundary (list) – List of boundaries of tissue by row of downsampled image.
direction (bool) – Direction of path.
- Returns:
path – List of boundaries of tissue by row of downsampled image.
- Return type:
list