Use this tag for questions regarding reading images in OpenCV, Matlab or similar image processing languages.
cv::imread()
and cv2.imread()
are ways to read images using OpenCV in C++ and Python.
imread(filename)
is how you would read the image in Matlab.