Layered Surface Segmentation Feature
Compare changes
- AleksandarLukic96 authored
Created a function to merge segmentations into a single 2d array representation, which can then be displayed.
+ 35
− 8
@@ -3,12 +3,12 @@ import matplotlib.pyplot as plt
@@ -22,15 +22,35 @@ def create_subplot_from_2d_arrays(data, m_rows = 1, n_cols = 1, figsize = (10, 1
@@ -45,17 +65,24 @@ if __name__ == "__main__":