当前位置:网站首页>Opencv4.2.0+vs2015 configuration
Opencv4.2.0+vs2015 configuration
2022-06-30 08:00:00 【Wheat field CR7】
Programming environment configuration
One 、 Configure include path
choose X64 compiler 
【 View 】→ 【 Other windows 】→ 【 Property Manager 】
open Debug|x64 Properties of the first item under 

Configure include path ( Choose your own path here , Here is my opencv route )
D:\opencv\build\include\opencv2
D:\opencv\build\include
Two 、 Configuration Library Directory
D:\opencv\build\x64\vc14\lib
3、 ... and 、 Configure linker
opencv_world420d.lib
Four 、 Configure environment variables
In environment variable Path Add
D:\opencv\build\x64\vc14\bin
5、 ... and 、 Code testing
#include <opencv2/opencv.hpp>
#include <iostream>
using namespace cv;
using namespace std;
int main()
{
Mat src = imread("D:/images/test.png");
imshow("input", src);
waitKey(0);
}
边栏推荐
- Go 数据类型篇之字符串及底层字符类型
- 【花雕体验】14 行空板pinpong库测试外接传感器模块(之一)
- Projection point of point on line
- At the age of 25, I started to work in the Tiankeng industry with buckets. After going through a lot of hardships to become a programmer, my spring finally came
- 小程序使用二维码插件
- 期末复习-PHP学习笔记2-PHP语言基础
- [tensorflow GPU] building of deep learning environment under windows11
- 期末复习-PHP学习笔记3-PHP流程控制语句
- 期末复习-PHP学习笔记5-PHP数组
- Permutation and combination of probability
猜你喜欢

Efga design open source framework fabulous series (I) establishment of development environment

Lexicographic order -- full arrangement in bell sound

【花雕体验】14 行空板pinpong库测试外接传感器模块(之一)

mysql无法连接内网的数据库

Deep learning - embedding matrix and learning word embedding andword2vec
![December 19, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5 advanced database search)](/img/e9/8646f3e2da0ece853e7135eb6e30d9.jpg)
December 19, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5 advanced database search)

Final review -php learning notes 3-php process control statement

深度学习——BRNN和DRNN

Deep learning - LSTM

Simple application of generating function -- integer splitting 2
随机推荐
深度学习——BRNN和DRNN
Final review -php learning notes 3-php process control statement
回文子串、回文子序列
深度学习——序列模型and数学符号
深度学习——使用词嵌入and词嵌入特征
Go 数据类型篇之基本数据类型之间的转化
February 14, 2022 [reading notes] - life science based on deep learning Chapter 2 Introduction to deep learning (Part 1)
Cadence physical library lef file syntax learning [continuous update]
期末复习-PHP学习笔记3-PHP流程控制语句
Armv8 (coretex-a53) debugging based on openocd and ft2232h
right four steps of SEIF SLAM
Efga design open source framework fabulous series (I) establishment of development environment
Pre ++ and post ++ overloads
Deep learning - goal orientation
Deep learning - networks in networks and 1x1 convolution
F12抓包用于做postman接口测试的全过程解析
National technology n32g45x series about timer timing cycle calculation
Deep learning vocabulary representation
Development technology sharing of Jingtan NFT digital collection system
1163 Dijkstra Sequence