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

2 views (last 30 days)
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.

Accepted Answer

madhan ravi
madhan ravi on 5 Jul 2020
doc ndim % if ndims() == 3 or 2

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!