How to work with Aperio svs file in MATLAB
조회 수: 12 (최근 30일)
이전 댓글 표시
Hello,
I need to work with image files having .svs files. These files can be viewed by using the imagescope software available in the http://www.aperio.com/default.asp site. These files use JPEG 2000 compression. These files are of sizes 400~800 MB. I am currently using version 2009a. I can't load the files in MATLAB. Could you please help me with a solution? Is the size is problem or the format?
Thanks Sabrina
댓글 수: 0
채택된 답변
Lorrre Atlan
2016년 4월 12일
MATLAB cannot open svs with its tiff reader if JPEG2000 compression is used. I suggest using VIPS or NIP2 to convert the svs file to BigTiff or another image format can read first.
댓글 수: 0
추가 답변 (5개)
Kris Fedorenko
2020년 10월 27일
In case people are still referring to this old post - reading SVS images with JPEG2000 compression is now supported in R2020b:
댓글 수: 0
Walter Roberson
2011년 11월 9일
JPEG2000 file format was not supported until R2009B, the version after what you have.
댓글 수: 2
Walter Roberson
2011년 11월 9일
If they use a .svs extension but are completely JPEG2000 internally, then should will be readable -- though you might have to give imread() a clue as to what kind of image they are.
You should be able to get a trial version to test compatibility with.
There is no specific support for .svs files in any MATLAB version that I can remember.
Walid
2011년 12월 22일
I tried to open an .svs file but it shows up as totally empty. Is there anybody who tested this ? Thanks Walid
댓글 수: 0
M M
2013년 4월 12일
I'm having the same issues. I am using R2010b version and trying to figure out how to use Matlab for various file types. Have you been able to figure out how to read the svs images?
댓글 수: 0
Rashika Mishra
2018년 1월 11일
http://www.andrewjanowczyk.com/dividing-and-re-merging-large-images-humpty-dumpty/ this might be helpful to read svs images
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!