ubject: RE: [Freesurfer] Texture Features
Hi Raunak
you can extract any label you want from files like aparc+aseg.mgz using
mri_extract_label or mri_binarize --match. Or you can just load the
label and intensity volumes into matlab and compute co-occurrence matrices
there easily using find and suc
Hi Raunak
you can extract any label you want from files like aparc+aseg.mgz using
mri_extract_label or mri_binarize --match. Or you can just load the
label and intensity volumes into matlab and compute co-occurrence matrices
there easily using find and such.
cheers
Bruce
On Fri, 9 Jan 2015
Hi Bruce,
Thank you. Would need help from you guys.
Firstly, I would like to clarify from you if I am on the right path with
respect to the procedure that I intend to follow? I mean a file like
left_hippocampus.nii is the right output to go for or is there any other
output from FreeSurfer that w
Hi Raunak
I've messed around with this a bit, but never wrote anything that would be
usable by anyone else. The individual steps aren't that hard though if you
want to write it yourself using our outputs. We are happy to point you in
the right direction if so.
cheers
Bruce
On Thu, 8 Jan 20
Hi
I have been trying to compute some texture features using a 3D mri scan
using GLCM technique. Unfortunately haven't come across much literature or
standard toolboxes to do so. Do you guys happen to know any? To be precise,
the procedure that I intend to follow -
1. Use recon-all proce