当前位置:网站首页>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);
}
边栏推荐
- C. Fishingprince Plays With Array
- Development technology sharing of Jingtan NFT digital collection system
- Final review -php learning notes 7-php and web page interaction
- ACM. Hj48 delete the node with the specified value from the one-way linked list ●●
- 深度学习——使用词嵌入and词嵌入特征
- Bingbing learning notes: quick sorting
- 你了解IP协议吗?
- 1162 Postfix Expression
- Projection point of point on line
- Investment and financing analysis report of Supply Chain & logistics industry in 2021
猜你喜欢

Vulfocus entry target
![2021-10-27 [WGS] pacbio third generation methylation modification process](/img/a3/39d05e0daf4ea7eba95337b7a936b1.jpg)
2021-10-27 [WGS] pacbio third generation methylation modification process

【花雕体验】13 搭建ESP32C3之PlatformIO IDE开发环境

Palindrome substring, palindrome subsequence

Analysis of cross clock transmission in tinyriscv

深度学习——网络中的网络以及1x1卷积

微信小程序使用vant weapp报错

深度学习——序列模型and数学符号

Recurrence relation (difference equation) -- Hanoi problem

right four steps of SEIF SLAM
随机推荐
深度学习——循环神经网络
Simple application of generating function -- integer splitting 2
深度学习——使用词嵌入and词嵌入特征
小程序使用二维码插件
Personal blog one article multi post tutorial - basic usage of openwriter management tool
Analysis of cross clock transmission in tinyriscv
November 21, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5 advanced database search)
Introduction notes to pytorch deep learning (11) neural network pooling layer
深度学习——序列模型and数学符号
C. Fishingprince Plays With Array
Lexicographic order -- full arrangement in bell sound
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
鲸探NFT数字臧品系统开发技术分享
Introduction notes to pytorch deep learning (XII) neural network - nonlinear activation
Halcon12+vs2013 C # configuration
Deep learning - embedding matrix and learning word embedding andword2vec
Simple application of generating function
NMOS model selection
Bingbing learning notes: quick sorting
深度学习——词汇表征