How can I read a multi-channel image in .jp2?

6 views (last 30 days)
Adam
Adam on 16 Apr 2014
Classic imread function only reads first of the layers. Imfinfo only shows that there is one channel and when multiple arguments are used, for example [a,b] = imread('pic.jp2'), b remains empty. I know there are two channels, because opening it in a specialized software like NIS-Elements displayes them both. Conversion to other formats doesn't work either.

Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!