Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在链接http://docs.opencv.org/doc/tutorials/introduction/display_image/display_image.html#display-image中,文本说明了获取图像并显示它的参数。但是,我不明白我可以把这个论点放在哪里。我应该将文件的地址放在某个地方还是有其他方式?我有 Eclipse,我在 Linux 中工作。我还在计算机中安装了 ROS。
我刚刚开始使用 OpenCV 和计算机视觉。
非常感谢。
您使用的是什么操作系统?您应该使用 c++ 编译器(例如 g++)编译链接到的页面上的代码:
g++ display_image.cpp -o 显示图像
在这种情况下,这将生成一个 exe,DisplayImage。然后应将您的图像作为文件名作为 DisplayImage 的第一个参数提供:
DisplayImage HappyFish.jpg