VS-OpenCV三种加载图片的方式
绝对路径和相对路径#include<iostream>#include<opencv2/core.hpp>//核心接口#include<opencv2/highgui.hpp>//图形接口int main(){ cv::Mat image; //std::cout << "width:" << image.rows <&am