Scanned images to matlab array

Answers (1)

Use imread
grayImage = imread(bmpFullFileName);
See the FAQ for how to get the file names into a string.

Categories

Find more on Images in Help Center and File Exchange

Asked:

on 15 Jul 2023

Answered:

on 15 Jul 2023

Community Treasure Hunt

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

Start Hunting!