08 2023 档案
摘要: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
阅读全文
摘要:https://zhuanlan.zhihu.com/p/632503919
阅读全文
摘要:#include <iostream> #include <chrono> #include <cmath> #include <iostream> #include <vector> #include <memory> #include <condition_variable> #include
阅读全文
摘要:https://blog.csdn.net/TANGWENTAI/article/details/126818834 重新理顺CUDA编程的软硬件关系 https://blog.csdn.net/yychentracy/article/details/90201729 https://blog.cs
阅读全文
摘要:cuda: #include <stdio.h> #include <stdlib.h> //#include <conio.h> __global__ void what_is_my_id (unsigned int * const block, unsigned int* const threa
阅读全文
摘要:#include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat srcImage = imread("/h
阅读全文
摘要:https://blog.csdn.net/LLABVIEW/article/details/125872340
阅读全文
摘要:https://blog.csdn.net/weixin_41191739/article/details/113115847 vecotr<...> async 其中的一种用法: #include <iostream> #include <vector> #include <string> #in
阅读全文
摘要:https://blog.csdn.net/Vertira/article/details/129285878 https://www.codenong.com/cs107120743/#google_vignette
阅读全文