大家好,综合小编来为大家讲解下Visual,Studio2005(VS2005)安装OpenCV的操作步骤这个很多人还不知道,现在让我们一起来看看吧!
Installcmake-3.4.1-win32-x86tothedirectory:d:intheprogramfileopenCV(theinstallationdirectorycanbecustomized),inthecmake-3.4.1installationdirectoryboxfile,run[cmake-gui.exe];Setthe[Whereisthesourcecode]pathtotheOpenCVdecompressionpath(thatis,D:programfileopenCVopencv),andcreateasubdirectoryD:programfileopenCVopencvbuildCmakevs2005,andsetcmake's[WheretoBuildBinaryFile]tothisdirectory.
然后点击配置,在弹出的对话框中选择VisualStudio82005,然后点击完成。此时开始编译并再次点击【Congfigure】,完成后再点击【Generate】,生成我们想要的工程文件。用vs2005打开buildCMAKEvs2005目录下的OpenCV.sln,然后进行如下操作:在Debug下,在解决方案资源管理器中选择SolutionOpenCV,右键运行‘RebuildSolution’;
如果编译中没有错误,请选择安装项目并运行“Build”。在Release下,选择SolutionExplorer中的SolutionOpenCV,右键单击并运行‘RebuildSolution’;如果编译中没有错误,请选择安装项目并运行“Build”。所有操作完成后,您的系统的OpenCV库就生成了。将你需要的bin目录下的lib文件和dll文件复制到OpenCV的安装中,然后设置VS2005的环境。
本文到此分享完毕,希望对大家有所帮助。