我已在Visual Studio中成功安装了OpenCV和Boost Library并进行了配置。我想运行一个项目(here)。如何在Windows上用g ++编译这个项目?
g ++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I / path / to / current / directory其中/ path / to / current /目录被替换为绝对路径 当前目录。
我很新,请帮我一步一步地使用VC ++
运行这个项目非常感谢你。
答案 0 :(得分:0)
你不能在没有太多痛苦的情况下混合使用g ++和MSVS。使用不同的IDE,如Qt Creator(使用CMake),Eclipse或Code :: Blocks。
您似乎知道如何从命令行进行编译,那么为什么不这样做呢?