Layered Surface Segmentation Feature
Compare changes
- AleksandarLukic96 authored
+ 70
− 17
@@ -18,6 +18,9 @@ def create_subplot_of_2d_arrays(data, m_rows = 1, n_cols = 1, figsize = None):
@@ -30,11 +33,14 @@ def create_subplot_of_2d_arrays(data, m_rows = 1, n_cols = 1, figsize = None):
@@ -45,11 +51,14 @@ def create_plot_of_2d_array(data, figsize = (10, 10)):
@@ -67,6 +76,40 @@ def merge_multiple_segmentations_2d(segmentations):
@@ -86,21 +129,31 @@ if __name__ == "__main__":
\ No newline at end of file