Skip to content

Commit

Permalink
resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 committed Oct 18, 2023
1 parent 1858942 commit 4d818db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/image_processing/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def getSegmentationImageUsingMark(self, mask):
Returns:
Segmented image.
"""
return segment_leaf(self.resizeImage(getLeafMask(self.image, mask)), 1, True, 0)
return self.resizeImage(segment_leaf(getLeafMask(self.image, mask), 1, True, 0))

0 comments on commit 4d818db

Please sign in to comment.