cv.imread - MATLAB File Help
cv.imread

Loads an image from a file

img = cv.imread(filename)
img = cv.imread(filename, 'OptionName',optionValue, ...)

Input

Output

Options

The function cv.imread loads an image from the specified file and returns it. If the image cannot be read (because of missing file, improper permissions, unsupported or invalid format), the function issues an error.

Currently, the following file formats are supported:

Notes

See also