We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5da44 commit 9a2b6f2Copy full SHA for 9a2b6f2
common/ROI/extractFeaturesFromROIs.m
@@ -10,7 +10,7 @@
10
global intermediate_results;
11
12
% Loop over ROIs
13
- progBar = ProgressBar(length(ROIs), 'Title','Extracting features from ROIs', 'UpdateRate', 1, 'UseUnicode', false);
+ progBar = ProgressBar(length(ROIs), 'Title','Extracting features', 'UpdateRate', 1, 'UseUnicode', false);
14
for r = 1:length(ROIs)
15
Iroi = ROIs(r).Iroi;
16
Imask = ROIs(r).Imask;
0 commit comments