Skip to content
Snippets Groups Projects
Commit 65003328 authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 6e96bd21
No related branches found
No related tags found
No related merge requests found
siena_diff - cannot compile with optimisation turned on (gcc bug)
37744 nonzero voxels in avg152T1_edges
say 20000 real edge voxels (ignoring corner points)
smooth with sigma=10mm=5voxels
thus 1 resel = approx 100 voxels
but intrinsic smoothness factor = 2
-> 200 voxels
thus bonf correct by factor of 100
thus uncorrected 0.05 -> 0.0002 -> z=3.7
......@@ -601,6 +601,7 @@ seg1=im.i;
for(x=0;x<size;x++)
if (seg1[x]>1)
/*if (seg1[x]>2)*/
seg1[x]=1;
else
seg1[x]=0;
......
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