会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小丑_jk
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
48
下一页
2023年5月
hog + svm (车辆、行人检测)
摘要: https://github.com/ahmetozlu/vehicle_counting_hog_svm
阅读全文
posted @ 2023-05-24 17:12 小丑_jk
阅读(17)
评论(0)
推荐(0)
编辑
单目标跟踪(VOT)经典算法简介
摘要: https://zhuanlan.zhihu.com/p/599664250
阅读全文
posted @ 2023-05-24 14:31 小丑_jk
阅读(45)
评论(0)
推荐(0)
编辑
多目标跟踪MOT技术总结(持续更新)
摘要: https://blog.csdn.net/weixin_46084134/article/details/129637434
阅读全文
posted @ 2023-05-08 14:01 小丑_jk
阅读(11)
评论(0)
推荐(0)
编辑
2023年4月
生产者消费者问题 / condition_variable的用法
摘要: 1、 // condition_variable::notify_one #include <iostream> // std::cout #include <thread> // std::thread #include <mutex> // std::mutex, std::unique_loc
阅读全文
posted @ 2023-04-27 14:17 小丑_jk
阅读(33)
评论(0)
推荐(0)
编辑
labelImg的安装
摘要: https://blog.csdn.net/qq_41221411/article/details/127700546
阅读全文
posted @ 2023-04-25 17:59 小丑_jk
阅读(3)
评论(0)
推荐(0)
编辑
为什么基类析构函数一般写成虚函数
摘要: 析构函数不是虚函数: #include <iostream> using namespace std; class Parent { public: Parent() { cout << "父类构造函数" << endl; } ~Parent() { cout << "父类析构函数" << endl
阅读全文
posted @ 2023-04-21 18:00 小丑_jk
阅读(12)
评论(0)
推荐(0)
编辑
C++11之std::future对象的基本用法
摘要: 1、 // future example #include <iostream> // std::cout #include <future> // std::async, std::future #include <chrono> // std::chrono::milliseconds // a
阅读全文
posted @ 2023-04-21 14:54 小丑_jk
阅读(109)
评论(0)
推荐(0)
编辑
Android中读写权限申请
摘要: https://blog.csdn.net/qq_51108920/article/details/126153395
阅读全文
posted @ 2023-04-19 11:40 小丑_jk
阅读(10)
评论(0)
推荐(0)
编辑
ubuntu安装opencv
摘要: 在编译的命令里面添加一条-D WITH_CUDA=OFF就行了。cmake -D CMAKE_BUILD_TYPE=Release -D WITH_CUDA=OFF -D CMAKE_INSTALL_PREFIX=/usr/local .. opencv4.4安装: cmake -D CMAKE_B
阅读全文
posted @ 2023-04-19 10:51 小丑_jk
阅读(14)
评论(0)
推荐(0)
编辑
2023年3月
vscode代码自动补齐及代码自动跳转
摘要: https://blog.csdn.net/qq_42537872/article/details/123444528 背景:我在虚拟机中安装了ubuntu16.04 的ubuntu,在联系PCL的时候,发现代码无法自动补齐。 解决办法: 一.先安装C++的依赖包 二.在VScode中安装插件 即可
阅读全文
posted @ 2023-03-31 11:16 小丑_jk
阅读(405)
评论(0)
推荐(0)
编辑
上一页
1
···
16
17
18
19
20
21
22
23
24
···
48
下一页
公告