how to read two gray-scale images?

2 views (last 30 days)
komal
komal on 17 Nov 2013
Answered: Image Analyst on 17 Nov 2013
if there are two gray-scale images so how can we read them together?

Answers (2)

Azzi Abdelmalek
Azzi Abdelmalek on 17 Nov 2013
Use imread function

Image Analyst
Image Analyst on 17 Nov 2013
grayImage1 = imread(fullFileName1);
grayImage2 = imread(fullFileName2);

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!