Skip to content

Commit

Permalink
[Snorkell.ai]: Documentation for sovLungCTAPanelWidget.py
Browse files Browse the repository at this point in the history
  • Loading branch information
penify-dev[bot] authored May 3, 2024
1 parent 12112e1 commit f402e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sovLungCTAPanelWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class LungCTAPanelWidget(QWidget, Ui_LungCTAPanelWidget):
def __init__(self, gui, state, parent=None):
"""Initialize the LungCTA application.
""" Initialize the LungCTA application.
Args:
gui: The graphical user interface object.
Expand All @@ -31,7 +31,7 @@ def __init__(self, gui, state, parent=None):

@time_and_log
def segment_ai(self):
"""Segment the current image using AI.
""" Segment the current image using AI.
This method initializes the AI logic with the current image and preprocesses it.
Then it runs the AI logic to segment the image and adds the segmented objects to the scene.
Expand Down

0 comments on commit f402e08

Please sign in to comment.