How can I load the ICC profile without loading the image into MATLAB?
3 views (last 30 days)
Show older comments
MathWorks Support Team
on 25 Apr 2018
Answered: MathWorks Support Team
on 4 May 2018
I want to load the color ICC profile from a WSI image (.svs format). Since the WSI image is huge, I would like to get the ICC profile without having to first load the image.
Accepted Answer
MathWorks Support Team
on 4 May 2018
The ICC profile can be obtained by using the "iccread" function:
For example:
>> P = iccread('filename.svs');
0 Comments
More Answers (0)
See Also
Categories
Find more on Color 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!