# opencv_contrib_Installation440 **Repository Path**: CPLASF000000/opencv_contrib_-installation440 ## Basic Information - **Project Name**: opencv_contrib_Installation440 - **Description**: opencv4.4.0及其扩展包的安装。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-24 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: OpenCV ## README # opencv_contrib_Instation 这是一个opencv4.4.0及其对应版本的opencv_contrib包已经编译好可安装的项目。 基于Win10 64位系统、vs2019编译的。 ## opencvWITHcontrib 这里由两部分组成,源代码和已经编译好的库。 ### 源代码 * opencv-4.4.0 * opencv_contrib-4.4.0 ### 编译好的库 `opencv-build/install` 这个是编译好的库,如果会配环境的话,直接把部分拉下来配好环境就能用了。 需要注意的是,这里我没有将dll和lib编译成一个,所以dll和lib的个数会有点多,按需添加 dll路径: `opencv-build/install/x64/vc16/bin` `opencv-build/install/x64/vc16/lib` ## opencv_contrib_WixSetup(未完成) 这个是想做的基于Wix框架的打包安装程序(.msi)。 ## opencv_contrib_WixBootstrapper(未完成) 将上面的安装程序最后要打包进.exe里。