当前位置:网站首页>Vs how to configure opencv? 2022vs configuration opencv details (multiple pictures)
Vs how to configure opencv? 2022vs configuration opencv details (multiple pictures)
2022-06-27 06:53:00 【Program type】
vs How to configure OpenCV? This article mainly introduces Visual Studio 2022 Download and configure OpenCV4.6.0 Detailed process , Pay attention here Win10 Of 64 Bit operating system , stay OpenCV Download from the official website OpenCV4.6.0, Installation is Win pack, In this paper, through the form of pictures and text to introduce you in great detail , Friends in need can refer to .
2022vs To configure OpenCV Detailed explanation
One 、Visual Studio2022 download



Win10 Of 64 Bit operating system , Directly in VS Download from the official website VisualStudioCommunity, Default installation , Installation is VisualStudioCommunity2022:
( Installed 【 The workload 】 The step is 【 Use C++ Desktop development 】 and 【 Universal Windows Platform development 】 And other toolsets 【VisulStudio Extended development 】)
Two 、OpenCV4.6.0 download ( Quick version update , The latest edition shall prevail )


Win10 Of 64 Bit operating system , stay OpenCV Download from the official website OpenCV4.6.0, Installation is Win pack
3、 ... and 、 To configure OpenCV environment variable


Download the installed opencv Folder open , Open until opencv\build\x64\vc15\bin, Copy the path , Paste into the environment variable of the system :
【 Note that we use visualstudio2022 The version corresponds to vc15!】
Four 、 stay Visual Studio2022 On the configuration OpenCV4.6.0
1、 open visual studio 2022 Create a new project , choice C++ Console Application

2、 Click on the top tab bar project in attribute

3、 Click on VC++ The include directory in the directory , edit , Choose the path opencv\build\include, Add to our include directory


4、 Click on VC++ The Library Directory in the directory , edit , Choose the path opencv\build\x64\vc15\lib, Add to our library Directory


5、 Click on The linker Of Input Medium Additional dependency
edit , Copy folder opencv\build\x64\vc15\lib Medium opencv_world454d.lib file , Paste into our additional dependencies


6、 test , In our cpp Run the code in the file

This is about VisualStudio2022 Download and configure OpenCV4.6.0 This is the end of the article .
Share some of my artificial intelligence learning materials for free , Including some AI Common framework actual combat video 、 Image recognition 、OpenCV、NLQ、 machine learning 、pytorch、 Computer vision 、 Videos such as deep learning and neural network 、 Courseware source code 、 Famous essence resources at home and abroad 、AI Hot papers 、 Industry reports, etc .
For better systematic learning AI, I recommend that you collect one .
Here are some screenshots , Free download method is attached at the end of the article .
One 、 Artificial intelligence courses and projects


Two 、 Famous essence resources at home and abroad

3、 ... and 、 Collection of papers on artificial intelligence

Four 、 AI Industry Report

Learn Artificial Intelligence well , Read more , Do more , practice , If you want to improve your level , We must learn to settle down and learn slowly and systematically , Only in the end can we gain something .
Click on the business card below , Scan the code and download the information for free .
边栏推荐
- From 5 seconds to 1 second, the system flies
- HTAP Quick Start Guide
- OPPO面试整理,真正的八股文,狂虐面试官
- 一线大厂面试官问:你真的懂电商订单开发吗?
- Centos7.9安装mysql 5.7,并设置开机启动
- Interviewer: how to never migrate data and avoid hot issues by using sub database and sub table?
- 研究生数学建模竞赛-无人机在抢险救灾中的优化应用
- Transaction overview of tidb
- tracepoint
- IDEA一键生成Log日志
猜你喜欢
随机推荐
请问如何将数据从oracle导入fastDFS?
multiprocessing. Detailed explanation of pool
Unsafe中的park和unpark
[QT dot] realize the watchdog function to detect whether the external program is running
Idea one click log generation
Caldera安装及简单使用
pytorch Default process group is not initialized
浅谈GPU:历史发展,架构
[QT] use structure data to generate read / write configuration file code
Redis 缓存穿透、缓存击穿、缓存雪崩
Caldera installation and simple use
HTAP 快速上手指南
快速实现单片机和手机蓝牙通信
Get the query parameter in the address URL specify the parameter method
获取地址url中的query参数指定参数方法
Talk about Domain Driven Design
Inter thread wait and wake-up mechanism, singleton mode, blocking queue, timer
0.0.0.0:x的含义
第 299 场周赛 第四题 6103. 从树中删除边的最小分数
TiDB 基本功能








