会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
私人空间
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
50
下一页
2023年9月
乘积累加运算(Multiply Accumulate, MAC)
摘要: 乘积累加运算(英语:Multiply Accumulate, MAC)是在数字信号处理器或一些微处理器中的特殊运算。实现此运算操作的硬件电路单元,被称为“乘数累加器”。这种运算的操作,是将乘法的乘积结果和累加器 A 的值相加,再存入累加器: 若没有使用 MAC 指令,上述的程序可能需要二个指令,但
阅读全文
posted @ 2023-09-02 00:12 小kk_p
阅读(633)
评论(0)
推荐(0)
2023年8月
mat读取大于255的像素值
摘要: Mat dst; input.convertTo(dst, CV_32S); int rows = dst.rows; int cols = dst.cols; for(int i = 0; i < rows; i++) { for(int j = 0; j < cols; j++) { cout
阅读全文
posted @ 2023-08-31 16:05 小kk_p
阅读(34)
评论(0)
推荐(0)
2023最新 | 单目深度估计网络结构的通用性研究
摘要: https://zhuanlan.zhihu.com/p/632503919
阅读全文
posted @ 2023-08-30 17:57 小kk_p
阅读(24)
评论(0)
推荐(0)
Azure Kinect SDK相机配准
摘要: #include <iostream> #include <chrono> #include <cmath> #include <iostream> #include <vector> #include <memory> #include <condition_variable> #include
阅读全文
posted @ 2023-08-29 17:46 小kk_p
阅读(124)
评论(0)
推荐(0)
GPU软件抽象与硬件映射的理解(Grid、Block、Warp、Thread与SM、SP)
摘要: https://blog.csdn.net/TANGWENTAI/article/details/126818834 重新理顺CUDA编程的软硬件关系 https://blog.csdn.net/yychentracy/article/details/90201729 https://blog.cs
阅读全文
posted @ 2023-08-27 14:07 小kk_p
阅读(224)
评论(0)
推荐(0)
cuda编程(1)
摘要: cuda: #include <stdio.h> #include <stdlib.h> //#include <conio.h> __global__ void what_is_my_id (unsigned int * const block, unsigned int* const threa
阅读全文
posted @ 2023-08-20 16:02 小kk_p
阅读(27)
评论(0)
推荐(0)
OpenCV DFT
摘要: #include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat srcImage = imread("/h
阅读全文
posted @ 2023-08-14 17:26 小kk_p
阅读(34)
评论(0)
推荐(0)
Ubuntu18.04_PCL1.9库安装
摘要: https://blog.csdn.net/LLABVIEW/article/details/125872340
阅读全文
posted @ 2023-08-11 11:44 小kk_p
阅读(47)
评论(0)
推荐(0)
std::async的使用总结
摘要: https://blog.csdn.net/weixin_41191739/article/details/113115847 vecotr<...> async 其中的一种用法: #include <iostream> #include <vector> #include <string> #in
阅读全文
posted @ 2023-08-08 23:25 小kk_p
阅读(45)
评论(0)
推荐(0)
Azure Kinect 开发程序 // RGB-D相机(Azure Kinect DK)RGB图、深度图的获取,配准与保存
摘要: https://blog.csdn.net/Vertira/article/details/129285878 https://www.codenong.com/cs107120743/#google_vignette
阅读全文
posted @ 2023-08-07 17:01 小kk_p
阅读(188)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
50
下一页
公告