please explain size function in MATLAB

if(size(img,3) == 1) disp('Error: Pick a color image'); return;

回答 (1 件)

Image Analyst
Image Analyst 2017 年 10 月 18 日

0 投票

size(img,3) returns the number of color channels in an image. It will be 1 for a gray scale image and 3 for an RGB image. That should explain it (why they ask for a color image if the program was given a gray scale image).

カテゴリ

ヘルプ センター および File ExchangeDisplay Image についてさらに検索

質問済み:

2017 年 10 月 18 日

回答済み:

2017 年 10 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by