Skip to content

Commit

Permalink
change the names of all the methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorad committed Sep 21, 2021
1 parent c28cffe commit d696ef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ def __init__(self):
self.actionDeleteSelectedROIs = QAction(QIcon('res/icons/delete-rois.png'), 'Delete Selected ROIs', self)
# analysis
self.actionAnalysisOtsuBasedOnROIs = QAction(QIcon('res/icons/run.png'),
'Analysis - OTSU Threshold Method Based on ROIs',
'Analysis - Local OTSU based on ROIs',
self)
self.actionAnalysisROIs = QAction(QIcon('res/icons/run.png'), 'Analysis - ROIs to Label Image',
self.actionAnalysisROIs = QAction(QIcon('res/icons/run.png'), 'Analysis - Manual based on ROIs',
self)
self.actionAnalysisOTSU = QAction(QIcon('res/icons/run.png'),
'Analysis - Global Threshold Method based on OTSU',
'Analysis - Global OTSU',
self)
self.actionAnalysisRiss = QAction(QIcon('res/icons/run.png'),
'Analysis - Global Theashold Method based on Riss',
'Analysis - Riss method based on ROIs',
self)
# post-processing
self.actionFilterSmallZones = QAction(QIcon('res/icons/filter-small-zones.png'),
Expand Down

0 comments on commit d696ef3

Please sign in to comment.