Skip to content
Snippets Groups Projects
Commit ad6540e4 authored by Loic Marx's avatar Loic Marx
Browse files

cleanup the code

parent 7aa5196e
No related branches found
No related tags found
2 merge requests!3Regular merge of develop,!2Seeg algorithm
......@@ -12,6 +12,7 @@ structEl = strel('sphere', 5);
expndBrainMask = imdilate(brainMaskImg, structEl);
%isosurface(expndBrainMask);
%isosurface(expndBrainMask,'yellow');
% croppedImg = image .* expndBrainMask;
croppedImg = binCTImg .* expndBrainMask;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment