Reading and displaying images with .SCN file extension at full resolution
Show older comments
Hello,
I am trying to load and display images that have a .SCN file extension (from Aperio ImageScope). I am using the imread() and imshow() functions to do this. However, when I try to zoom in on the images, I am not getting the same high resolution that I get when zooming in on Aperio ImageScope. When I use the cpselect tool, I am able to see the full resolution image. How can I get the same resolution and image that I see in Aperio ImageScope in MATLAB? Are there other loading and displaying functions for these file types?
Thank you!
Answers (1)
Suryaansh Mata
on 3 Nov 2020
0 votes
I'm given to understand the '.scn' is a BIOFORMATS file. The association that created the format, "The Open Microscopy Environment", has posted a function called "bfopen" that has this capability.
Check out this link for more info - https://docs.openmicroscopy.org/bio-formats/5.9.2/developers/matlab-dev.html
DISCLAIMER: These are my own views and in no way depict those of MathWorks.
4 Comments
Elizabeth Khoury
on 3 Nov 2020
Walter Roberson
on 3 Nov 2020
Preferences and adjust Java heap memory as large as it will go
However my calculations are that your image is too large to fit in the Java heap memory if it is double precision, as it is over 16 gigabytes I figure.
Elizabeth Khoury
on 3 Nov 2020
Elizabeth Khoury
on 4 Nov 2020
Categories
Find more on ROI-Based Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!