Opencv C++成长之路(二):图像的读取与显示

效果 Show me the code #include <iostream> #include <string> #include <opencv2/highgui.hpp> using namespace std; int main() { // 文件路径 const string filePath = "xxx.jpg"; // 读取图像存入origin
相关文章
相关标签/搜索