Skip to content

Commit

Permalink
chore: removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Feb 3, 2025
1 parent 76102cb commit 980eb65
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cellacdc/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -24610,16 +24610,6 @@ def addLostObjsToImage(self):
for obj in lostObjRp:
filleObjMask = scipy.ndimage.binary_fill_holes(obj.image)
self.lostObjImage[obj.slice][filleObjMask] = obj.label

# def addTrackedLostObjsToImage(self):
# xx, yy = self.ax1_lostTrackedScatterItem.getData()
# xx, yy = np.round(xx-0.5).astype(int), np.round(yy-0.5).astype(int)
# labels = self.ax1_lostTrackedScatterItem.data['data']
# self.lostObjImage[yy, xx] = labels
# lostObjRp = skimage.measure.regionprops(self.lostObjImage)
# for obj in lostObjRp:
# filleObjMask = scipy.ndimage.binary_fill_holes(obj.image)
# self.lostObjImage[obj.slice][filleObjMask] = obj.label

def setCcaIssueContour(self, obj):
objContours = self.getObjContours(obj, all_external=True)
Expand Down

0 comments on commit 980eb65

Please sign in to comment.