当前位置:网站首页>Opencv configuration 2019vs
Opencv configuration 2019vs
2022-07-07 16:30:00 【qq_ fifty-seven million two hundred and fifty-one thousand thre】
Because I'm studying recently games101, So there is configuration opengl The library problem , Find an article about the great God , Here is a record of :
【 Here we must pay attention to adding d!!!!!!!!!!!!!!!!】
#include<opencv2/opencv.hpp>
#include<iostream>
using namespace cv;
int main(int argc, char** argv) {
Mat image = imread("D:\\timg (1).jpg");
if (image.empty()) {
printf("could not load image...\n");
return -1;
}
namedWindow("test_opencv_setup", 0);
imshow("test_opencv_srtup", image);
waitKey(0);
return 0;
}
original text :opencv( Ten ):vs2019+opencv4.1+ C++ To configure _ Oh, roar 231 The blog of -CSDN Blog
边栏推荐
- 统计学习方法——感知机
- 01tire+链式前向星+dfs+贪心练习题.1
- Odoo集成Plausible埋码监控平台
- prometheus api删除某个指定job的所有数据
- Laravel service provider instance tutorial - create a service provider test instance
- ThinkPHP URL 路由简介
- 修改配置文件后tidb无法启动
- 【HCSD大咖直播】亲授大厂面试秘诀-简要笔记
- Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
- 【知识小结】PHP使用svn笔记总结
猜你喜欢
无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
Imitate the choice of enterprise wechat conference room
[vulnhub range] thales:1
[flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3
Excessive dependence on subsidies, difficult collection of key customers, and how strong is the potential to reach the dream of "the first share of domestic databases"?
Pycharm terminal enables virtual environment
Step by step monitoring platform ZABBIX
Enterprise log analysis system elk
Apache Doris just "graduated": why should we pay attention to this kind of SQL data warehouse?
Dotween -- ease function
随机推荐
PHP实现执行定时任务的几种思路详解
JS modularization
laravel怎么获取到public路径
How to determine whether the checkbox in JS is selected
Continuous creation depends on it!
【知识小结】PHP使用svn笔记总结
【Vulnhub靶场】THALES:1
3000 words speak through HTTP cache
Common training data set formats for target tracking
How can laravel get the public path
laravel 是怎么做到运行 composer dump-autoload 不清空 classmap 映射关系的呢?
laravel构造函数和中间件执行顺序问题
PHP实现微信小程序人脸识别刷脸登录功能
TCP framework___ Unity
Usage of config in laravel
js中复选框checkbox如何判定为被选中
Excessive dependence on subsidies, difficult collection of key customers, and how strong is the potential to reach the dream of "the first share of domestic databases"?
121. 买卖股票的最佳时机
Good news! Kelan sundb database and Hongshu technology privacy data protection management software complete compatibility adaptation
Iptables only allows the specified IP address to access the specified port