最佳答案
我想得到图像的宽度和高度,我怎样才能做到这一点在 OpenCV?
例如:
Mat src = imread("path_to_image");
cout << src.width;
是吗?