フィルターのクリア

How can I check the image whether it is two-dimensional or three-dimensional programmatically?

1 回表示 (過去 30 日間)
I have a variety of images that I try to treat with a single matlab program, and these pictures are some of three dimensions and some are two dimensions. In order to read all the images and process them in my program, I must specify a specific treatment for images with two dimensions in order to implement the program on all types. So I first need to check the images if they are two-dimensional so that I can then convert them to three dimensions like the rest of the pictures I have. I hope there is a programmatic way to the problem.

採用された回答

madhan ravi
madhan ravi 2020 年 7 月 5 日
doc ndim % if ndims() == 3 or 2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by