Skip to content
Snippets Groups Projects
Commit d97287ed authored by s214735's avatar s214735
Browse files

fix

parent 3c7cee7d
No related branches found
No related tags found
1 merge request!143Type hints
...@@ -89,7 +89,7 @@ def segment_layers(data: np.ndarray, ...@@ -89,7 +89,7 @@ def segment_layers(data: np.ndarray,
return segmentations return segmentations
def get_lines(segmentations:list|np.ndarray) -> list: def get_lines(segmentations:list[np.ndarray]) -> list:
""" """
Expects list of arrays where each array is 2D segmentation with only 2 classes. This function gets the border between those two Expects list of arrays where each array is 2D segmentation with only 2 classes. This function gets the border between those two
so it could be plotted. Used with qim3d.processing.segment_layers so it could be plotted. Used with qim3d.processing.segment_layers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment