Home > bioelectromagnetism > mri_scalp_mesh.m

mri_scalp_mesh

PURPOSE ^

MRI_SCALP_MESH: Find the scalp surface of an Analyze volume (avw)

SYNOPSIS ^

function [FV] = mri_scalp_mesh(avw)

DESCRIPTION ^

 MRI_SCALP_MESH: Find the scalp surface of an Analyze volume (avw)

 Useage: [FV] = mri_scalp_mesh(avw)

 FV is a struct with fields, vertices and faces.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [FV] = mri_scalp_mesh(avw)
0002 
0003 % MRI_SCALP_MESH: Find the scalp surface of an Analyze volume (avw)
0004 %
0005 % Useage: [FV] = mri_scalp_mesh(avw)
0006 %
0007 % FV is a struct with fields, vertices and faces.
0008 %
0009 %
0010 
0011 
0012 FV = isosurface(avw.img,10);
0013 
0014 return

Generated on Mon 15-Aug-2005 15:36:19 by m2html © 2003