wiki

MRVector

Extract feature vectors for a series of n images that have been masked with columns of zeros (empty features) removed
-Note that data structures currently invoke memory problem - to be fixed with next release.

OVERVIEW

MRVector takes as input a file with a single column list of images to be converted to masks (mask.txt) to be applied to a list of images (img.txt), also a single column file, and outputs extracted feature vectors (voxels) in a .mat file. It does the following:

PREPARING DATA

USAGE

python MRVector.py --img=img.txt --mask=/path/to/mask.txt --out=data.mat

Note that all three arguments above must be specified!

OUTPUT

Output is a .mat file for manipulation in matlab with the following variables:

SCRIPT

MRVector