how to read 12bit raw data faster
Show older comments
This is my way to read 12bit raw image file.
data = fread(p,[768,1024],'ubit12=>uint32',4,'l');
But it takes very long time, is there any other way to speed up the processing time?
Thanks!
2 Comments
Walter Roberson
on 6 Feb 2012
Is the data really packed in groups of 12 consecutive bits? It is not impossible, but it would be somewhat unusual.
Sounder
on 7 Feb 2012
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!