openslideread
Description
Add-On Required: This feature requires the Medical Imaging Toolbox Interface for Whole Slide Imaging File Reader add-on.
reads the whole slide imaging (WSI) file bim = openslideread(filename)filename using the OpenSlide
library and returns the main image data series as a blockedImage
object.
Examples
Input Arguments
Output Arguments
Tips
The
openslidereadfunction reads image data using the OpenSlide library. Reading the same file using another library, such as Bio-Formats, or reading a whole slide image in the TIFF format directly using theblockedImagefunction, can yield different results. To learn more about how OpenSlide interprets image data, including edge cases for specific formats, see the OpenSlide documentation.
References
[1] "CMU‑1.ndpi". OpenSlide Test Data. Accessed November 10, 2025. https://openslide.cs.cmu.edu/download/openslide-testdata/Hamamatsu/.
Version History
Introduced in R2026a

