Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vaanathi Sundaresan
LOCATE-BIANCA
Commits
70852e86
Commit
70852e86
authored
Mar 21, 2019
by
Vaanathi Sundaresan
Browse files
Pre-existing feature loading bugs fixed in LOCATE_training.m
parent
a5efc8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
LOCATE_training.m
View file @
70852e86
...
...
@@ -143,6 +143,15 @@ for subj = 1:numel(xdir)
fprintf
(
'LOCATE features extracted! \n'
)
end
end
flairintfeats
=
single
(
flairintfeats
);
ventdistfeats
=
single
(
ventdistfeats
);
lesvolfeats
=
single
(
lesvolfeats
);
minbestthr_values
=
single
(
minbestthr_values
);
maxbestthr_values
=
single
(
maxbestthr_values
);
meanbestthr_values
=
single
(
meanbestthr_values
);
index_numbers
=
single
(
index_numbers
);
index_mask
=
single
(
index_mask
);
% Storing the features in a cell array
imgfeatmats
{
subj
}
=
flairintfeats
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment