当前位置:网站首页>vs studio install opencv environment
vs studio install opencv environment
2022-08-03 03:04:00 【MioeC】
Article table of contents
Download opencv first
https://opencv.org/opencv-4-6-0/
Installation and decompression directly
Configure environment variables
Put D:\soft\opencv\build\x64\vc15\bin into it, and adjust it according to your personal situation.Install vs
Download directly from the official website, select desktop c++
Installation configuration
Next set the linker
- need to setAdditional library directories in general in the linker and additional dependencies in input
Additional library directory: C:\Program Files\opencv\opencv\build\x64\vc15\lib
test;
//Read the picture and display it#include "stdio.h"#include #include #include using namespace cv;int main(){Mat img = imread("C:\\Users\\AC\\Desktop\\A.jpeg");namedWindow("test opencv");imshow("test opencv", img);waitKey(6000);}
边栏推荐
- Summary of some interviews
- 会话技术!
- 优秀的 Verilog/FPGA开源项目总结及交流群
- Likou second week wrong questions collection
- 【Flink】使用arthas在线诊断flink的那些事
- .NET in-depth analysis of the LINQ framework (four: IQueryable, IQueryProvider interface details)
- ”QSqlDatabasePrivate::removeDatabase: connection ‘test-connect‘ is still in use“数据库多次打开报错
- initramfs详解-----初识initramfs
- 一些面试的总结
- mysql容器数据卷持久化
猜你喜欢
随机推荐
JVM内部结构图及各模块运行机制总结
易购数码类电商商城网页设计与实现项目源码
个人开发者必备,免费 API 网关工具推荐
JVM internal structure and various modules operation mechanism
PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)基本配置
mysql容器数据卷持久化
常见钓鱼手法及防范
软件定义网络实验之SDN网络简单管理及开发
monkey 压测
能添加任意贴图超级复布局的初级智能文本提示器(超级版)
lombok 下的@Builder和@EqualsAndHashCode(callSuper = true)注解
【7.31】代码源 - 【矩阵操作】【宝箱】【New Stone Game】【等差数列】
openCV第一篇
【静态类型和动态类型 编译检查和运行检查 Objective-C中】
国标GB28181协议EasyGBS平台项目现场通知消息过多导致系统卡顿该如何解决?
torchvision.datasets.ImageFolder使用详解
暴力递归到动态规划 06 (剑指 Offer II 095. 最长公共子序列)
软件定义网络实验之自定义拓扑开发
XSS攻击
复杂多层布局的初级智能文本提示器