[caret-users] Resampling a surface

2008-08-07 Thread Andrew Reid
Hi all, I need to get a uniform resampling of a cortical surface mesh. Caret has a Simplify surface command, however this appears to perform a selective resampling (i.e., preferentially removing nodes which carry less information), so this is not ideal for us. Is there another way to do this

Re: [caret-users] Resampling a surface

2008-08-07 Thread Donna Dierker
Hi Andrew, I'm not aware of a Caret feature that ensures uniform resampling, but the caret_command -deformation-map-apply and -deformation-map-create features do support non-uniform resampling. Simplify surface will just reduce the number of nodes; it doesn't ensure uniform spacing. Have a