How to load a sequence of images, to be accessed by IMAGESC

1 回表示 (過去 30 日間)
mark palmer
mark palmer 2022 年 12 月 17 日
回答済み: Mandar 2023 年 1 月 31 日
I want to load a sequence of images, of which this is the first one. What is wrong with this code so that I can't see the image? My goal is to load pic1(2,:,:,:), pic1(3,:,:,:), and so forth.
fp1 = 'B1.jpg';
pic1(1,:,:,:) = imread(fp1);
p1 = pic1(1,:,:,:);
imagesc(p1)

回答 (1 件)

Mandar
Mandar 2023 年 1 月 31 日
I understand that you want to load the sequence of the images.
Refer the following documentation link to know perform operation of sequence of images.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by