Skip to content

Commit

Permalink
fix: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrink committed Dec 8, 2023
1 parent 7206849 commit 10a0b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decimer_segmentation/complete_structure.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import cv2
import math
import numpy as np
import matplotlib.pyplot as plt
import itertools
Expand Down Expand Up @@ -271,7 +270,8 @@ def complete_structure_mask(
image_array (np.array): input image
mask_array (np.array): shape: y, x, n where n is the amount of masks
max_depiction_size (Tuple[int, int]): height, width
debug (bool, optional): More verbose if True. Defaults to False.
debug (bool, optional): You get visualisations in a Jupyter Notebook if True.
Defaults to False.
Returns:
np.array: expanded mask array
Expand Down

0 comments on commit 10a0b58

Please sign in to comment.