Matlab import of Aperio .svs file not retrieving XML data
Posted: Wed Nov 28, 2012 3:00 pm
I have gotten Matlab to import Aperio .svs files. However, the data I get back seem a little odd. It comes as a cell array that replicates the original image in smaller and smaller thumbnails (if you can call a 6500x5500 image a thumbnail).
Further, it only grabs some of the ancillary information, but it does not retrieve the XML data. The XML is my whole reason for using bio-formats. Otherwise, just renaming the image file to tiff or jpeg makes it importable (without all the extra baggage showing up). The XML data contains the overlays, hand drawn outlines of the pathologist's regions of interest.
Should I be expecting that XML to show up as data? Or should I assume that I need to import the XML data separately, and program my way through it?
Paul
Further, it only grabs some of the ancillary information, but it does not retrieve the XML data. The XML is my whole reason for using bio-formats. Otherwise, just renaming the image file to tiff or jpeg makes it importable (without all the extra baggage showing up). The XML data contains the overlays, hand drawn outlines of the pathologist's regions of interest.
Should I be expecting that XML to show up as data? Or should I assume that I need to import the XML data separately, and program my way through it?
Paul