How to deal with .BIF in MATLAB

2 views (last 30 days)
Andreas
Andreas on 1 Jul 2014
Answered: Image Analyst on 2 Jul 2014
Hey everybody,
I'm a student researcher at UNMC and I am trying to analyze microscope images in the .BIF and .TIF file format. I have tried uploading them to MATLAB using imread and then displaying them with imshow, but the image I get is only a thumbnail... The original image is tens of thousands of pixels in width and height while the image shown and the matrix imported by matlab is only 2000 or 3000 pixels wide or tall. The original file for some of these images can reach sizes of 19 GB.
Is there another way to import these images so that I get the full image at its maximum resolution?
Thanks!
p.s. I have been able to upload files of nearly 1 GB in the JP2 file format, but not in these formats...
p.p.s. this is very similar to a post from last year that was never fully resolved:

Answers (1)

Image Analyst
Image Analyst on 2 Jul 2014
That's not a supported format so you'll have to find a reader for .bif or else write your own, that is, if you can't export the images from the microscope in a more widely used standard format.

Categories

Find more on Biomedical Imaging 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!