Skip to content

Commit

Permalink
UPD AUTHOR
Browse files Browse the repository at this point in the history
  • Loading branch information
monetjoe committed Dec 29, 2023
1 parent d8798dd commit 44352eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions MedicalImageEnhancement.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,12 @@ def __init__(self, parent):
parent.title = "Task A - MIE"
parent.categories = ["Assignment"]
parent.dependencies = []
parent.contributors = ["""
Sidong Liu (USYD)
Siqi Liu (Simense)
Chaoyi Zhang (USYD)
Zihao Tang (USYD)
"""]
parent.contributors = ["MuGeminorum"]
parent.helpText = """
Task A. Medical Image Enhancement
"""
parent.acknowledgementText = """
This python program shows a simple implementation of the 3D convolution filtering for
the Assignment of COMP5424.
This python program shows a simple implementation of the 3D convolution filtering
"""
self.parent = parent

Expand Down
10 changes: 2 additions & 8 deletions MedicalImageSegmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,12 @@ def __init__(self, parent):
parent.title = "Task B - MIS"
parent.categories = ["Assignment"]
parent.dependencies = []
parent.contributors = ["""
Sidong Liu (USYD)
Siqi Liu (Simense)
Zihao Tang (USYD)
Chaoyi Zhang (USYD)
"""]
parent.contributors = ["MuGeminorum"]
parent.helpText = """
Task B. Medical Image Segmentation
"""
parent.acknowledgementText = """
This python program shows a simple implementation of the 3D region growing based segmentation for
the Assignment of COMP5424.
This python program shows a simple implementation of the 3D region growing based segmentation
"""
self.parent = parent

Expand Down

0 comments on commit 44352eb

Please sign in to comment.