Use memmapfile with 11bit data
이전 댓글 표시
I am trying to use the "memmapfile" function to map a very large 11bit image to memory.
I am unclear about the Format entry in this case...
img = memmapfile(file_path, 'Format',{'???',[img_size(1) img_size(2)],'im'});
Thanks!!! Monica
답변 (1개)
Walter Roberson
2011년 8월 24일
0 개 추천
memmapfile() cannot be used to map at the bit level. The closest you can get is to map by uint* and extract the bits with bitget() or the like.
카테고리
도움말 센터 및 File Exchange에서 Medical Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!