[Camino-users] Bfloat Format

Ferizi, Uran uran.ferizi.10 at ucl.ac.uk
Mon Apr 28 08:50:28 PDT 2014


Hello Jan.


Below is a Matlab way of reading Bfloat images.

(I also carbon-copied the correct address for the Camino forum.)


Uran


% e.g. the image consisted of 48 shells of 9 brain slices

% with image size 64x64.

fid=fopen('file.Bfloat', 'r', 'b');
temp = fread(fid, 'float');
fclose(fid);
file = reshape(temp1, 48,64,64,9);








________________________________
From: jan-ruediger.schuere <jan-ruediger.schuere at tu-ilmenau.de>
Sent: 28 April 2014 4:38 PM
To: camino
Subject: Bfloat Format


Dear Camino Supporter-Team

I was doing fibertracking with the software camino.
As a result i got a file with the format-ending  -->   .bfloat

Is there any way to convert this .blfloat file into matlab?


Thanks and greetings
Jan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.nitrc.org/pipermail/camino-users/attachments/20140428/95b487a4/attachment.html>


More information about the Camino-users mailing list